diff --git a/.github/workflows/create-pr.yml b/.github/workflows/create-pr.yml index d31868597..0c289422d 100644 --- a/.github/workflows/create-pr.yml +++ b/.github/workflows/create-pr.yml @@ -52,9 +52,7 @@ jobs: uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.GH_PAT }} - branch: example-patches title: "🚀 Release v${{ env.VERSION }}" - # title: "🚀 Release v${{ env.VERSION }}" body: | ## 🔄 Release v${{ env.VERSION }} @@ -70,8 +68,13 @@ jobs: - [ ] Docker images built and tested > 🤖 This PR was automatically generated from the canary branch - # base: main - # branch: canary - # labels: "release" - # reviewers: "siumauricio" - # assignees: "siumauricio" + base: main + branch: canary + labels: | + release + automated pr + reviewers: | + siumauricio + assignees: | + siumauricio + delete-branch: false