Skip to content

Commit e1753c0

Browse files
committed
Fix formatting
1 parent 0e94f2e commit e1753c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-assign-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: pozil/auto-assign-issue@v1
16-
if: contains(github.event.issue.labels.*.name, 'needs triage')
16+
if: "contains(github.event.issue.labels.*.name, 'needs triage')"
1717
with:
1818
# Weighted assignments
1919
assignees: arthanson:3, jeffgdotorg:3, jeremystretch:3, abhi1693, DanSheps

0 commit comments

Comments
 (0)