Skip to content

Commit

Permalink
Merge branch refs/heads/1.22.x into 1.23.x
Browse files Browse the repository at this point in the history
  • Loading branch information
phpstan-bot authored Jul 20, 2023
2 parents 1c9f853 + ebf9e48 commit a113f0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge-maintained-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Merge maintained branch
on:
push:
branches:
- "1.21.x"
- "1.22.x"

jobs:
merge:
Expand All @@ -19,5 +19,5 @@ jobs:
with:
github_token: "${{ secrets.PHPSTAN_BOT_TOKEN }}"
source_ref: ${{ github.ref }}
target_branch: '1.22.x'
target_branch: '1.23.x'
commit_message_template: 'Merge branch {source_ref} into {target_branch}'

0 comments on commit a113f0c

Please sign in to comment.