Skip to content

Commit

Permalink
chore: fix automerge (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
eliobischof authored Aug 28, 2024
1 parent 216917d commit 5abf9ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automerge_dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- name: Enable Automerge
if: steps.pull-request.outputs.pull-request-operation == 'created'
run: gh pr merge --merge --squash --auto "${{ github.event.pull_request.number }}"
run: gh pr merge --squash --auto "${{ github.event.pull_request.number }}"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:

- name: Enable Automerge
if: steps.pull-request.outputs.pull-request-operation == 'created'
run: gh pr merge --merge --squash --auto "${{ steps.pull-request.outputs.pull-request-number }}"
run: gh pr merge --squash --auto "${{ steps.pull-request.outputs.pull-request-number }}"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 5abf9ef

Please sign in to comment.