Skip to content

Commit efec281

Browse files
authored
Update automerge-approved-prs.yml
1 parent e2713b2 commit efec281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
contents: write
1010
pull-requests: write
1111
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') }}
12+
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') }}
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Configure AWS credentials

0 commit comments

Comments
 (0)