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 f4e7203 commit 55a5cefCopy full SHA for 55a5cef
.github/workflows/external-contributors.yml
@@ -9,8 +9,12 @@ on:
9
jobs:
10
external_contributor:
11
name: External Contributors
12
+ permissions:
13
+ pull-requests: write
14
+ contents: write
15
runs-on: ubuntu-20.04
16
if: |
17
+ github.event.pull_request.merged == true &&
18
github.event.pull_request.author_association != 'COLLABORATOR'
19
&& github.event.pull_request.author_association != 'MEMBER'
20
&& github.event.pull_request.author_association != 'OWNER'
0 commit comments