Skip to content

Commit 2906b51

Browse files
chore: fix issue labeler (vercel#43606)
1 parent b2df2cf commit 2906b51

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/issue_labeler.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ on:
88

99
jobs:
1010
triage:
11-
if: '${{ github.event.label.name == "template: bug" }}'
11+
if: |
12+
${{ github.event.label.name == 'template: bug' }}
1213
name: Triage
1314
runs-on: ubuntu-latest
1415
steps:

0 commit comments

Comments
 (0)