File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 66 workflow_dispatch :
77 push :
88 branches :
9- - " 2.1 .x"
9+ - " 2.2 .x"
1010 paths :
1111 - ' src/**'
1212 - ' composer.lock'
1313 - ' apigen/**'
1414 - ' .github/workflows/apiref.yml'
1515
1616env :
17- COMPOSER_ROOT_VERSION : " 2.1 .x-dev"
17+ COMPOSER_ROOT_VERSION : " 2.2 .x-dev"
1818
1919concurrency :
2020 group : apigen-${{ github.ref }} # will be canceled on subsequent pushes in branch
Original file line number Diff line number Diff line change 1111 - ' changelog-generator/**'
1212 push :
1313 branches :
14- - " 2.1 .x"
14+ - " 2.2 .x"
1515 paths-ignore :
1616 - ' compiler/**'
1717 - ' apigen/**'
@@ -213,7 +213,7 @@ jobs:
213213
214214 - name : " Evaluate results - push"
215215 working-directory : " issue-bot"
216- if : " github.repository_owner == 'phpstan' && github.ref == 'refs/heads/2.1 .x'"
216+ if : " github.repository_owner == 'phpstan' && github.ref == 'refs/heads/2.2 .x'"
217217 env :
218218 GITHUB_PAT : ${{ secrets.PHPSTAN_BOT_TOKEN }}
219219 PHPSTAN_SRC_COMMIT_BEFORE : ${{ github.event.before }}
You can’t perform that action at this time.
0 commit comments