File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff 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' &&
Original file line number Diff line number Diff 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' &&
You can’t perform that action at this time.
0 commit comments