Skip to content

Commit

Permalink
Label matching (#146)
Browse files Browse the repository at this point in the history
* test: new action

* chore: im a dick

* fix: testing stufff
  • Loading branch information
gordsport authored Feb 5, 2024
1 parent 3858d67 commit f8d74f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/match_labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: "Add bug label"
id: check-labels
if: |
env.BUG = true
env.BUG != ''
run: |
gh api graphql -f query='
mutation($user:String!, $pr:ID!) {
Expand Down

0 comments on commit f8d74f1

Please sign in to comment.