Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Siumauricio committed Jan 19, 2025
1 parent bc7182e commit 52ae8f6
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/create-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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

0 comments on commit 52ae8f6

Please sign in to comment.