Skip to content

Commit

Permalink
Merge pull request #2065 from betterscientificsoftware/bernhold-patch-1
Browse files Browse the repository at this point in the history
Add auto to pr merge command
  • Loading branch information
bernhold authored Apr 3, 2024
2 parents ac591f3 + fa326ea commit 26f5b85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hpcbp-cc-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
run: |
gh pr merge ${{ steps.cpr.outputs.pull-request-number }} --merge --body "Automatically merging script-generated event"
gh pr merge ${{ steps.cpr.outputs.pull-request-number }} --merge --auto --body "Automatically merging script-generated event"
2 changes: 1 addition & 1 deletion .github/workflows/hpcbp-event-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
run: |
gh pr merge ${{ steps.cpr.outputs.pull-request-number }} --merge --body "Automatically merging script-generated event"
gh pr merge ${{ steps.cpr.outputs.pull-request-number }} --merge --auto --body "Automatically merging script-generated event"

0 comments on commit 26f5b85

Please sign in to comment.