We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fc4975 commit cf624fbCopy full SHA for cf624fb
.github/workflows/automerge-approved-prs.yml
@@ -9,10 +9,7 @@ jobs:
9
contents: write
10
pull-requests: write
11
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')
+ 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') }}
16
runs-on: ubuntu-latest
17
steps:
18
- name: Configure AWS credentials
0 commit comments