Skip to content

Commit 7898914

Browse files
authored
Merge branch 'master' into gw-caps
2 parents 2b81493 + d216127 commit 7898914

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/pr-auto-approve.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
# - NyuwBot: 106019021
2222
if:
2323
${{
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
24+
github.event.pull_request.user.id == 29139614 ||
25+
github.event.pull_request.user.id == 49699333 ||
26+
github.event.pull_request.user.id == 66853113 ||
27+
github.event.pull_request.user.id == 58779643 ||
28+
github.event.pull_request.user.id == 106019021
2929
}}
3030
continue-on-error: true
3131
steps:

0 commit comments

Comments
 (0)