Skip to content

Commit

Permalink
Merge pull request Homebrew#189300 from Homebrew/bevanjkay-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
p-linnane authored Oct 22, 2024
2 parents cc5cedc + 9e5951e commit b666b02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 All @@ -72,7 +72,7 @@ jobs:
- label: extract_plist livecheck
path: Casks/.+
content: \n strategy :extract_plist.*\n
content: strategy :extract_plist
- label: missing zap
path: Casks/.+
Expand Down

0 comments on commit b666b02

Please sign in to comment.