Skip to content
This repository was archived by the owner on Aug 11, 2025. It is now read-only.

Commit 5c234d3

Browse files
authored
1 parent eeea78c commit 5c234d3

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
name: 'multi-approvers'
2+
3+
on:
4+
pull_request_target:
5+
types:
6+
- 'opened'
7+
- 'edited'
8+
- 'reopened'
9+
- 'synchronize'
10+
- 'ready_for_review'
11+
- 'review_requested'
12+
- 'review_request_removed'
13+
pull_request_review:
14+
types:
15+
- 'submitted'
16+
- 'dismissed'
17+
18+
permissions:
19+
actions: 'write'
20+
contents: 'read'
21+
id-token: 'write'
22+
pull-requests: 'read'
23+
24+
concurrency:
25+
group: '${{ github.workflow }}-${{ github.head_ref || github.ref }}'
26+
cancel-in-progress: true
27+
28+
jobs:
29+
multi-approvers:
30+
runs-on: 'ubuntu-latest'
31+
steps:
32+
- name: 'Multi-approvers'
33+
uses: 'abcxyz/actions/.github/actions/multi-approvers@893209ed79a3d2508eeec375ffaf3d21012f5cd0'
34+
with:
35+
team: 'googlers'
36+
token: '${{ secrets.MULTI_APPROVERS_TOKEN }}'
37+
user-id-allowlist: '25180681,55107282,122572305,78513119,27347476,70984784,44816363'
38+
# username to ID mapping (https://api.github.com/users/{username}):
39+
# renovate-bot: 25180681
40+
# release-please[bot]: 55107282
41+
# cloud-java-bot: 122572305
42+
# gcf-owl-bot[bot]: 78513119
43+
# dependabot[bot]: 27347476
44+
# yoshi-code-bot: 70984784
45+
# yoshi-automation: 44816363

0 commit comments

Comments
 (0)