Skip to content

Commit

Permalink
chore: fix issue labeler (#43606)
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Dec 1, 2022
1 parent b2df2cf commit 2906b51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/issue_labeler.yml
Expand Up @@ -8,7 +8,8 @@ on:

jobs:
triage:
if: '${{ github.event.label.name == "template: bug" }}'
if: |
${{ github.event.label.name == 'template: bug' }}
name: Triage
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 2906b51

Please sign in to comment.