Skip to content

Commit

Permalink
Update bump_nodejs_version.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sensuikan1973 authored Jan 30, 2024
1 parent b2aa33d commit 2e26523
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/bump_nodejs_version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,7 @@ jobs:
dependencies
website
# 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 2e26523

Please sign in to comment.