Skip to content

Commit 1c370f4

Browse files
committed
Add weighted assignments & enable for documentation issue
1 parent 24e2fc2 commit 1c370f4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,12 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: pozil/auto-assign-issue@v1
16-
if: "contains(github.event.issue.labels.*.name, 'type: bug') || contains(github.event.issue.labels.*.name, 'type: feature')"
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')
1720
with:
18-
assignees: abhi1693,arthanson,DanSheps,jeffgdotorg,jeremystretch
21+
# Weighted assignments
22+
assignees: arthanson:3, jeffgdotorg:3, jeremystretch:3, abhi1693, DanSheps
1923
numOfAssignee: 1
2024
abortIfPreviousAssignees: true

0 commit comments

Comments
 (0)