mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Merge pull request #152642 from Homebrew/revert-152613-fix-workflows
This commit is contained in:
@@ -25,11 +25,11 @@ jobs:
|
||||
def: |
|
||||
- label: new cask
|
||||
status: added
|
||||
path: Casks/*/.+
|
||||
path: Casks/.+
|
||||
|
||||
- label: marked for removal/rejection
|
||||
status: removed
|
||||
path: Casks/*/.+
|
||||
path: Casks/.+
|
||||
|
||||
- label: documentation
|
||||
path: (.*\.md|\.github/ISSUE_TEMPLATE/.*\.yml)
|
||||
@@ -38,13 +38,13 @@ jobs:
|
||||
pr_body_content: Created with `brew bump-cask-pr`
|
||||
|
||||
- label: missing description
|
||||
path: Casks/*/.+
|
||||
path: Casks/.+
|
||||
missing_content: \n desc .+\n
|
||||
|
||||
- label: appcast migration needed
|
||||
path: Casks/*/.+
|
||||
path: Casks/.+
|
||||
content: \n appcast .+\n
|
||||
|
||||
- label: missing zap
|
||||
path: Casks/*/.+
|
||||
path: Casks/.+
|
||||
missing_content: zap .+\n
|
||||
|
||||
Reference in New Issue
Block a user