Skip to content

Commit b1eb9f5

Browse files
committed
workflows/triage: add keep_if_no_match for CI-no-bottles
Omitting this will make the triage workflow remove the `CI-no-bottles` label for PRs that do not touch the `portable-*` formulae. I don't think we want that.
1 parent 12fe63d commit b1eb9f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/triage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,7 @@ jobs:
436436
path: Formula/p/portable-.+
437437
except:
438438
- Formula/p/portable-ruby.rb
439+
keep_if_no_match: true
439440
440441
- label: bump-formula-pr
441442
pr_body_content: Created with `brew bump-formula-pr`

0 commit comments

Comments
 (0)