We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc7182e commit 52ae8f6Copy full SHA for 52ae8f6
.github/workflows/create-pr.yml
@@ -52,9 +52,7 @@ jobs:
52
uses: peter-evans/create-pull-request@v7
53
with:
54
token: ${{ secrets.GH_PAT }}
55
- branch: example-patches
56
title: "🚀 Release v${{ env.VERSION }}"
57
- # title: "🚀 Release v${{ env.VERSION }}"
58
body: |
59
## 🔄 Release v${{ env.VERSION }}
60
@@ -70,8 +68,13 @@ jobs:
70
68
- [ ] Docker images built and tested
71
69
72
> 🤖 This PR was automatically generated from the canary branch
73
- # base: main
74
- # branch: canary
75
- # labels: "release"
76
- # reviewers: "siumauricio"
77
- # assignees: "siumauricio"
+ base: main
+ branch: canary
+ labels: |
+ release
+ automated pr
+ reviewers: |
+ siumauricio
78
+ assignees: |
79
80
+ delete-branch: false
0 commit comments