Skip to content

Commit 0f9926e

Browse files
committed
Do not automerge
1 parent 789b818 commit 0f9926e

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Diff for: .github/workflows/send-pr.yml

-9
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,3 @@ jobs:
4444
body: "Update PHP 8 stubs to ${{ env.GITHUB_REF_NAME }}"
4545
committer: "phpstan-bot <[email protected]>"
4646
commit-message: "Update PHP 8 stubs"
47-
48-
- name: "Enable Pull Request Automerge"
49-
if: steps.create-pr.outputs.pull-request-operation == 'created'
50-
uses: peter-evans/enable-pull-request-automerge@v1
51-
with:
52-
token: ${{ secrets.PHPSTAN_BOT_TOKEN }}
53-
repository: phpstan/phpstan-src
54-
pull-request-number: ${{ steps.create-pr.outputs.pull-request-number }}
55-
merge-method: rebase

0 commit comments

Comments
 (0)