Skip to content

Fix #9820: Method call phpstan error is reported on wrong line (#4967) #1589

Fix #9820: Method call phpstan error is reported on wrong line (#4967)

Fix #9820: Method call phpstan error is reported on wrong line (#4967) #1589

# https://help.github.com/en/categories/automating-your-workflow-with-github-actions
name: Merge maintained branch
on:
push:
branches:
- "2.1.x"
jobs:
merge:
name: Merge branch
if: github.repository_owner == 'phpstan'
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/checkout@v4
- name: "Merge branch"
uses: everlytic/branch-merge@1.1.5
with:
github_token: "${{ secrets.PHPSTAN_BOT_TOKEN }}"
source_ref: ${{ github.ref }}
target_branch: '2.2.x'
commit_message_template: 'Merge branch {source_ref} into {target_branch}'