There was an error while loading. Please reload this page.
2 parents 2b81493 + d216127 commit 7898914Copy full SHA for 7898914
1 file changed
.github/workflows/pr-auto-approve.yml
@@ -21,11 +21,11 @@ jobs:
21
# - NyuwBot: 106019021
22
if:
23
${{
24
- github.actor_id == 29139614 ||
25
- github.actor_id == 49699333 ||
26
- github.actor_id == 66853113 ||
27
- github.actor_id == 58779643 ||
28
- github.actor_id == 106019021
+ github.event.pull_request.user.id == 29139614 ||
+ github.event.pull_request.user.id == 49699333 ||
+ github.event.pull_request.user.id == 66853113 ||
+ github.event.pull_request.user.id == 58779643 ||
+ github.event.pull_request.user.id == 106019021
29
}}
30
continue-on-error: true
31
steps:
0 commit comments