Skip to content

Commit 9c03b92

Browse files
committed
fix(ci): run auto-assign check if user is a prev contributor
1 parent a9547c5 commit 9c03b92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/auto-assign.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
if: |
1414
github.event.pull_request.author_association == 'MEMBER' ||
1515
github.event.pull_request.author_association == 'OWNER' ||
16-
github.event.pull_request.author_association == 'COLLABORATOR'
16+
github.event.pull_request.author_association == 'COLLABORATOR' ||
17+
github.event.pull_request.author_association == 'CONTRIBUTOR'
1718
steps:
1819
- uses: toshimaru/[email protected]

0 commit comments

Comments
 (0)