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 3c9758a commit 666a0b0Copy full SHA for 666a0b0
.github/workflows/external-contributors.yml
@@ -1,10 +1,6 @@
1
name: "CI: Mention external contributors"
2
on:
3
pull_request:
4
- types:
5
- - closed
6
- branches:
7
- - develop
8
9
env:
10
NX_CACHE_RESTORE_KEYS: |
@@ -16,10 +12,6 @@ jobs:
16
12
external_contributor:
17
13
name: External Contributors
18
14
runs-on: ubuntu-20.04
19
- if: |
20
- github.event.pull_request.author_association != 'COLLABORATOR'
21
- && github.event.pull_request.author_association != 'MEMBER'
22
- && github.event.pull_request.author_association != 'OWNER'
23
15
steps:
24
- uses: actions/checkout@v4
25
with:
0 commit comments