Release PR

This commit is contained in:
Sidharth Vinod
2023-05-01 11:53:05 +05:30
parent 37085cce55
commit 4994bba729
+17
View File
@@ -0,0 +1,17 @@
name: Create release pull request
on:
push:
branches:
- develop
jobs:
productionPromotion:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: develop
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
base: main
branch: develop