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 0e94f2e commit e1753c0Copy full SHA for e1753c0
.github/workflows/auto-assign-issue.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- uses: pozil/auto-assign-issue@v1
16
- if: contains(github.event.issue.labels.*.name, 'needs triage')
+ if: "contains(github.event.issue.labels.*.name, 'needs triage')"
17
with:
18
# Weighted assignments
19
assignees: arthanson:3, jeffgdotorg:3, jeremystretch:3, abhi1693, DanSheps
0 commit comments