Skip to content

Commit

Permalink
chore: No Auto Merge for Auto Bump PRs (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
hrzlgnm authored Nov 2, 2024
1 parent 1924409 commit cf9ff63
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/auto-bump-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
id: cpr
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7
with:
token: ${{ secrets.PAT }}
commit-message: "chore(version) : bump to ${{ env.new_version }}"
sign-commits: true
base: main
Expand All @@ -43,15 +42,6 @@ jobs:
labels: |
chore
automated pr
delete-branch: true
title: "chore(version): bump version to ${{ env.new_version }}"
draft: false

- name: Enable Pull Request Automerge
if: steps.cpr.outputs.pull-request-operation == 'created'
uses: peter-evans/enable-pull-request-automerge@a660677d5469627102a1c1e11409dd063606628d # v3
with:
token: ${{ secrets.PAT }}
pull-request-number: ${{ steps.cpr.outputs.pull-request-number }}
merge-method: squash

0 comments on commit cf9ff63

Please sign in to comment.