Skip to content

Commit 88a2a2d

Browse files
authored
fix: update workflow label condition to bug instead of bug report (#828)
1 parent 3908258 commit 88a2a2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bug-reopened.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
add-reopened-bugs-to-triage:
9-
if: contains(github.event.issue.labels.*.name, 'bug report')
9+
if: contains(github.event.issue.labels.*.name, 'bug')
1010

1111
runs-on: ubuntu-latest
1212

.github/workflows/issue-labeled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
bug_report_label:
9-
if: ${{ github.event.label.name == 'bug report' }}
9+
if: ${{ github.event.label.name == 'bug' }}
1010

1111
runs-on: ubuntu-latest
1212

0 commit comments

Comments
 (0)