From 4994bba729f43912841a3c29517d0c37698aed50 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Mon, 1 May 2023 11:53:05 +0530 Subject: [PATCH] Release PR --- .github/workflows/release-pr.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/release-pr.yml diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml new file mode 100644 index 00000000..ddc5a3d0 --- /dev/null +++ b/.github/workflows/release-pr.yml @@ -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