Skip to content

Commit

Permalink
Update bump_ruby_and_bundler_version.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sensuikan1973 authored Jan 30, 2024
1 parent e4d58c3 commit b2aa33d
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/bump_ruby_and_bundler_version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,7 @@ jobs:
dependencies
mac
# See: https://github.com/peter-evans/create-pull-request/tree/main#auto-merge
- name: enable auto-merge
if: steps.create_pull_request.outputs.pull-request-operation == 'created'
uses: peter-evans/enable-pull-request-automerge@v3
with:
token: ${{ secrets.PAT }}
pull-request-number: ${{ steps.create_pull_request.outputs.pull-request-number }}
merge-method: squash
run: gh pr merge ${{ steps.create_pull_request.outputs.pull-request-number }} --squash --auto
env:
GH_TOKEN: ${{ secrets.PAT }}

0 comments on commit b2aa33d

Please sign in to comment.