Skip to content

Commit

Permalink
Sync triage workflow between cask repos (Homebrew#105636)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rylan12 committed May 13, 2021
1 parent df73fcf commit e8e9577
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/actions/sync/templates.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def git(*args)
'.github/*.md',
'.github/*.yml',
'.github/ISSUE_TEMPLATE/*.{md,yml}',
'.github/workflows/{cache,ci,dispatch-command,rebase,rerun-workflow,review,self-approve}.yml',
'.github/workflows/{cache,ci,dispatch-command,rebase,rerun-workflow,review,self-approve,triage}.yml',
'.gitignore',
'.travis.yml',
'Casks/.rubocop.yml',
Expand Down
21 changes: 0 additions & 21 deletions .github/workflows/review.yml

This file was deleted.

3 changes: 3 additions & 0 deletions .github/workflows/triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
"label": "marked for removal/rejection",
"status": "removed",
"path": "Casks/.+"
}, {
"label": "documentation",
"path": "(.*\\.md|\\.github/ISSUE_TEMPLATE/.*\\.yml)"
}, {
"label": "bump-cask-pr",
"pr_body_content": "Created with `brew bump-cask-pr`"
Expand Down

0 comments on commit e8e9577

Please sign in to comment.