Skip to content

Commit

Permalink
chore: fix automerge.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
xiehan authored Oct 31, 2023
1 parent a701855 commit 76ebc7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projenrc/automerge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export class Automerge {
},
{
name: "Turn on automerge for this PR by a trusted user or bot",
if: `github.event.pull_request.user.login == 'team-tf-cdk' || contains(${maintainerStatuses}, github.event.pull_request.author_association) || github.actor == 'dependabot[bot]`,
if: `github.event.pull_request.user.login == 'team-tf-cdk' || contains(${maintainerStatuses}, github.event.pull_request.author_association) || github.actor == 'dependabot[bot]'`,
run: "gh pr merge --auto --squash ${{ github.event.pull_request.number }}",
env: {
GH_TOKEN: "${{ secrets.PROJEN_GITHUB_TOKEN }}",
Expand Down

0 comments on commit 76ebc7c

Please sign in to comment.