Skip to content

Commit

Permalink
triage: fix incorrect paths
Browse files Browse the repository at this point in the history
  • Loading branch information
bevanjkay authored Oct 22, 2024
1 parent eb1d288 commit 9e5951e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ jobs:
token: ${{secrets.HOMEBREW_GITHUB_PUBLIC_REPO_TOKEN}}
def: |
- label: cask deprecated
path: Cask/.+
path: Casks/.+
content: \n deprecate!.*\n
- label: cask disabled
path: Cask/.+
path: Casks/.+
content: \n disable!.*\n
- label: new cask
Expand Down

0 comments on commit 9e5951e

Please sign in to comment.