We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c9f853 + ebf9e48 commit a113f0cCopy full SHA for a113f0c
1 file changed
.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