Skip to content

Commit 52ae8f6

Browse files
committed
chore: update
1 parent bc7182e commit 52ae8f6

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

.github/workflows/create-pr.yml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,7 @@ jobs:
5252
uses: peter-evans/create-pull-request@v7
5353
with:
5454
token: ${{ secrets.GH_PAT }}
55-
branch: example-patches
5655
title: "🚀 Release v${{ env.VERSION }}"
57-
# title: "🚀 Release v${{ env.VERSION }}"
5856
body: |
5957
## 🔄 Release v${{ env.VERSION }}
6058
@@ -70,8 +68,13 @@ jobs:
7068
- [ ] Docker images built and tested
7169
7270
> 🤖 This PR was automatically generated from the canary branch
73-
# base: main
74-
# branch: canary
75-
# labels: "release"
76-
# reviewers: "siumauricio"
77-
# assignees: "siumauricio"
71+
base: main
72+
branch: canary
73+
labels: |
74+
release
75+
automated pr
76+
reviewers: |
77+
siumauricio
78+
assignees: |
79+
siumauricio
80+
delete-branch: false

0 commit comments

Comments
 (0)