We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf624fb commit 39fd91cCopy full SHA for 39fd91c
.github/workflows/automerge-approved-prs.yml
@@ -9,7 +9,7 @@ jobs:
9
contents: write
10
pull-requests: write
11
id-token: write
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') }}
+ if: ${{ github.event.review.state == 'approved' && github.repository == 'aws-actions/configure-aws-credentials' && (github.event.review.author_association == 'OWNER' || github.event.review.author_association == 'MEMBER' || github.event.review.user.login == 'aws-sdk-osds') }}
13
runs-on: ubuntu-latest
14
steps:
15
- name: Configure AWS credentials
0 commit comments