Skip to content

Commit 1220dc7

Browse files
committed
ci: Automatically create merge-to-master PR on release branch push
1 parent 7df5318 commit 1220dc7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/release-pr.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
on:
2+
push:
3+
branches:
4+
- "release/*"
5+
jobs:
6+
release-pr:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- name: Create PR
10+
uses: funivan/[email protected]
11+
env:
12+
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)