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 2108d70 commit ebf9e48Copy full SHA for ebf9e48
.github/workflows/merge-maintained-branch.yml
@@ -5,7 +5,7 @@ name: Merge maintained branch
5
on:
6
push:
7
branches:
8
- - "1.21.x"
+ - "1.22.x"
9
10
jobs:
11
merge:
@@ -19,5 +19,5 @@ jobs:
19
with:
20
github_token: "${{ secrets.PHPSTAN_BOT_TOKEN }}"
21
source_ref: ${{ github.ref }}
22
- target_branch: '1.22.x'
+ target_branch: '1.23.x'
23
commit_message_template: 'Merge branch {source_ref} into {target_branch}'
0 commit comments