Skip to content

Commit 3473372

Browse files
committed
update pr workflow
1 parent 63c4ac5 commit 3473372

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

.github/workflows/upstream_main.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,17 @@ on:
88
types: [closed]
99

1010
jobs:
11-
open-pr:
12-
if: ${{ github.event.pull_request.merged }}
11+
12+
open_pr:
13+
1314

1415
- name: Create Pull Request
16+
if: ${{ github.event.pull_request.merged }}
1517
uses: peter-evans/create-pull-request@v7.0.8
1618
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

0 commit comments

Comments
 (0)