Skip to content

feat: Add sample for asymmetric autoscaling instances #5

feat: Add sample for asymmetric autoscaling instances

feat: Add sample for asymmetric autoscaling instances #5

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://raw.githubusercontent.com/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'