Skip to content

Commit 0e94f2e

Browse files
committed
Simplify auto-assignment qualification
1 parent 1c370f4 commit 0e94f2e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: pozil/auto-assign-issue@v1
16-
if: >
17-
contains(github.event.issue.labels.*.name, 'type: bug') ||
18-
contains(github.event.issue.labels.*.name, 'type: feature') ||
19-
contains(github.event.issue.labels.*.name, 'type: documentation')
16+
if: contains(github.event.issue.labels.*.name, 'needs triage')
2017
with:
2118
# Weighted assignments
2219
assignees: arthanson:3, jeffgdotorg:3, jeremystretch:3, abhi1693, DanSheps

0 commit comments

Comments
 (0)