Skip to content

Commit 0f5f7a3

Browse files
authored
Merge pull request #432 from twpol/feature/release-pr
ci: Automatically create merge-to-master PR on release branch push
2 parents 4a5757f + 1220dc7 commit 0f5f7a3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/release-pr.yml

Lines changed: 12 additions & 0 deletions
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)