diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dd17f10..2e5e935 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -34,6 +34,17 @@ jobs: release_name: ${{ steps.changelog.outputs.tag }} body: ${{ steps.changelog.outputs.clean_changelog }} + - name: Create Pull Request + uses: mhutchie/create-pull-request@v3 + with: + token: ${{ secrets.PAT }} + commit-message: Automated pull request for release + branch: release + title: Automated pull request for release + body: This pull request was automatically generated by GitHub Actions. + draft: false + delete-branch: true + build-and-push-image: needs: release runs-on: ubuntu-latest