We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3908258 commit 88a2a2dCopy full SHA for 88a2a2d
.github/workflows/bug-reopened.yml
@@ -6,7 +6,7 @@ on:
6
7
jobs:
8
add-reopened-bugs-to-triage:
9
- if: contains(github.event.issue.labels.*.name, 'bug report')
+ if: contains(github.event.issue.labels.*.name, 'bug')
10
11
runs-on: ubuntu-latest
12
.github/workflows/issue-labeled.yml
bug_report_label:
- if: ${{ github.event.label.name == 'bug report' }}
+ if: ${{ github.event.label.name == 'bug' }}
0 commit comments