File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
workflow_dispatch :
7
7
push :
8
8
branches :
9
- - " 1.12 .x"
9
+ - " 2.0 .x"
10
10
paths :
11
11
- ' src/**'
12
12
- ' composer.lock'
Original file line number Diff line number Diff line change 11
11
- ' changelog-generator/**'
12
12
push :
13
13
branches :
14
- - " 1.12 .x"
14
+ - " 2.0 .x"
15
15
paths-ignore :
16
16
- ' compiler/**'
17
17
- ' apigen/**'
@@ -167,7 +167,7 @@ jobs:
167
167
168
168
- name : " Evaluate results - push"
169
169
working-directory : " issue-bot"
170
- if : " github.repository_owner == 'phpstan' && github.ref == 'refs/heads/1.12 .x'"
170
+ if : " github.repository_owner == 'phpstan' && github.ref == 'refs/heads/2.0 .x'"
171
171
env :
172
172
GITHUB_PAT : ${{ secrets.PHPSTAN_BOT_TOKEN }}
173
173
PHPSTAN_SRC_COMMIT_BEFORE : ${{ github.event.before }}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name: Merge maintained branch
5
5
on :
6
6
push :
7
7
branches :
8
- - " 1.11 .x"
8
+ - " 1.12 .x"
9
9
10
10
jobs :
11
11
merge :
20
20
with :
21
21
github_token : " ${{ secrets.PHPSTAN_BOT_TOKEN }}"
22
22
source_ref : ${{ github.ref }}
23
- target_branch : ' 1.12 .x'
23
+ target_branch : ' 2.0 .x'
24
24
commit_message_template : ' Merge branch {source_ref} into {target_branch}'
You can’t perform that action at this time.
0 commit comments