We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 789b818 commit 0f9926eCopy full SHA for 0f9926e
.github/workflows/send-pr.yml
@@ -44,12 +44,3 @@ jobs:
44
body: "Update PHP 8 stubs to ${{ env.GITHUB_REF_NAME }}"
45
committer: "phpstan-bot <[email protected]>"
46
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