We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2713b2 commit efec281Copy full SHA for efec281
.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 == 'awsdocs/aws-doc-sdk-examples' && (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.event.repository == 'awsdocs/aws-doc-sdk-examples' && (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