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 a9547c5 commit 128bb44Copy full SHA for 128bb44
.github/workflows/auto-assign.yml
@@ -13,6 +13,7 @@ jobs:
13
if: |
14
github.event.pull_request.author_association == 'MEMBER' ||
15
github.event.pull_request.author_association == 'OWNER' ||
16
- github.event.pull_request.author_association == 'COLLABORATOR'
+ github.event.pull_request.author_association == 'COLLABORATOR' ||
17
+ github.event.pull_request.author_association == 'CONTRIBUTOR'
18
steps:
19
- uses: toshimaru/auto-author-assign@v2.1.1
0 commit comments