Skip to content

Commit cf624fb

Browse files
lehmanmjkellertk
authored andcommitted
Fix automerge action syntax
1 parent 4fc4975 commit cf624fb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/automerge-approved-prs.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@ jobs:
99
contents: write
1010
pull-requests: write
1111
id-token: write
12-
if: >-
13-
github.event.review.state == 'approved' &&
14-
github.event.repository == 'aws/configure-aws-credentials' &&
15-
(github.event.review.author_association == 'OWNER' || github.event.review.user.login == 'aws-sdk-osds')
12+
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') }}
1613
runs-on: ubuntu-latest
1714
steps:
1815
- name: Configure AWS credentials

0 commit comments

Comments
 (0)