mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-06-07 15:17:09 +00:00
Fix automerge action syntax
This commit is contained in:
parent
4fc4975a85
commit
cf624fbdad
1 changed files with 1 additions and 4 deletions
5
.github/workflows/automerge-approved-prs.yml
vendored
5
.github/workflows/automerge-approved-prs.yml
vendored
|
|
@ -9,10 +9,7 @@ jobs:
|
|||
contents: write
|
||||
pull-requests: write
|
||||
id-token: write
|
||||
if: >-
|
||||
github.event.review.state == 'approved' &&
|
||||
github.event.repository == 'aws/configure-aws-credentials' &&
|
||||
(github.event.review.author_association == 'OWNER' || github.event.review.user.login == 'aws-sdk-osds')
|
||||
if: ${{ github.event.review.state == 'approved' && github.repository == 'aws/configure-aws-credentials' && (github.event.review.author_association == 'OWNER' || github.event.review.author_association == 'MEMBER' || github.event.review.user.login == 'aws-sdk-osds') }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Configure AWS credentials
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue