File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 8
8
types : [closed]
9
9
10
10
jobs :
11
- open-pr :
12
- if : ${{ github.event.pull_request.merged }}
11
+
12
+ open_pr :
13
+
13
14
14
15
- name : Create Pull Request
16
+ if : ${{ github.event.pull_request.merged }}
15
17
uses : peter-evans/create-pull-request@v7.0.8
16
18
with :
17
- commit-message : Merge changes from ${{ github.event.pull_request.head_ref }}
18
- title : ${{ github.event.pull_request.title }} - merge to main
19
- base : main
20
- labels : automated-pr
21
- branch : " psyclone-3.1.0"
22
- delete-branch : false
19
+ commit-message : Merge changes from ${{ github.event.pull_request.head_ref }}
20
+ title : ${{ github.event.pull_request.title }} - merge to main
21
+ base : main
22
+ labels : automated-pr
23
+ branch : " psyclone-3.1.0"
24
+ delete-branch : false
You can’t perform that action at this time.
0 commit comments