Skip to content

Commit

Permalink
workflows/triage: add linux-only label
Browse files Browse the repository at this point in the history
  • Loading branch information
SeekingMeaning committed Nov 7, 2020
1 parent f7ded75 commit 16151a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ jobs:
"label": "java",
"path": "Formula/.+",
"content": "depends_on \"?(?:java|openjdk@?).+"
}, {
"label": "linux-only",
"path": "Formula/.+",
"content": "depends_on :linux"
}, {
"label": "lua",
"path": "Formula/.+",
Expand Down

0 comments on commit 16151a1

Please sign in to comment.