From 1a2a43abbeb6fda3eb1fc25c93a9593606cc4630 Mon Sep 17 00:00:00 2001 From: Joel Wachsler Date: Mon, 11 Jul 2022 01:01:50 +0200 Subject: [PATCH] Auto create pull request --- .github/workflows/release.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8456b23..a319f15 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,3 +48,9 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} branch: ${{ github.ref }} + + - name: Create Pull Request + uses: peter-evans/create-pull-request@v4 + with: + branch: ${{ github.ref }} + delete-branch: true \ No newline at end of file