Skip to content

Commit b49016e

Browse files
committed
Require approval for external contributors.
1 parent 3849ad3 commit b49016e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/playground-e2e-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ jobs:
121121
- name: Require approval for external contributors
122122
if: |
123123
github.event_name == 'pull_request_target' &&
124+
github.event.pull_request.user.login != 'app/renovate' &&
124125
github.event.pull_request.author_association != 'OWNER' &&
125126
github.event.pull_request.author_association != 'MEMBER' &&
126127
github.event.pull_request.author_association != 'COLLABORATOR' &&

.github/workflows/smoke-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ jobs:
117117
- name: Require approval for external contributors
118118
if: |
119119
github.event_name == 'pull_request_target' &&
120+
github.event.pull_request.user.login != 'app/renovate' &&
120121
github.event.pull_request.author_association != 'OWNER' &&
121122
github.event.pull_request.author_association != 'MEMBER' &&
122123
github.event.pull_request.author_association != 'COLLABORATOR' &&

0 commit comments

Comments
 (0)