diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 81798a9..3247165 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -21,4 +21,4 @@ jobs: if: github.event.pull_request.user.login == 'team-tf-cdk' || contains(fromJSON('["OWNER", "MEMBER", "COLLABORATOR"]'), github.event.pull_request.author_association) || github.actor == 'dependabot[bot]' env: GH_TOKEN: ${{ secrets.GH_COMMENT_TOKEN }} - run: gh pr merge --auto --squash ${{ github.event.pull_request.number } + run: gh pr merge --auto --squash ${{ github.event.pull_request.number }}