We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 801f28f commit 5e6e603Copy full SHA for 5e6e603
1 file changed
.github/workflows/merge-maintained-branch.yml
@@ -26,7 +26,7 @@ jobs:
26
token: "${{ secrets.PHPSTAN_BOT_TOKEN }}"
27
- name: "Merge branch"
28
run: |
29
- git config user.name "phpstan-bot"
30
- git config user.email "bot@phpstan.org"
+ git config --global user.name "phpstan-bot"
+ git config --global user.email "ondrej+phpstanbot@mirtes.cz"
31
git merge --strategy=ort origin/${{ github.ref_name }} -m "Merge branch ${{ github.ref_name }} into 2.2.x"
32
git push
0 commit comments