Skip to content

Commit b4a0741

Browse files
authored
fix: fix dependabot[bot] id (#5)
The id should come from https://api.github.com/users/dependabot[bot] rather than https://api.github.com/users/dependabot.
1 parent bfc4675 commit b4a0741

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/multi_approvers.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ jobs:
3434
with:
3535
team: 'googlers'
3636
token: '${{ secrets.MULTI_APPROVERS_TOKEN }}'
37-
user-id-allowlist: '25180681,55107282,122572305,78513119,27347476,70984784,44816363'
37+
user-id-allowlist: '25180681,55107282,122572305,78513119,49699333,70984784,44816363'
3838
# username to ID mapping (https://api.github.com/users/{username}):
3939
# renovate-bot: 25180681
4040
# release-please[bot]: 55107282
4141
# cloud-java-bot: 122572305
4242
# gcf-owl-bot[bot]: 78513119
43-
# dependabot[bot]: 27347476
43+
# dependabot[bot]: 49699333
4444
# yoshi-code-bot: 70984784
4545
# yoshi-automation: 44816363

0 commit comments

Comments
 (0)