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 3e82e81 commit d09596bCopy full SHA for d09596b
.github/workflows/create-pr.yml
@@ -53,6 +53,7 @@ jobs:
53
with:
54
token: ${{ secrets.GH_PAT }}
55
title: "🚀 Release v${{ env.VERSION }}"
56
+ # title: "🚀 Release v${{ env.VERSION }}"
57
body: |
58
## 🔄 Release v${{ env.VERSION }}
59
@@ -68,8 +69,8 @@ jobs:
68
69
- [ ] Docker images built and tested
70
71
> 🤖 This PR was automatically generated from the canary branch
- base: main
72
- branch: canary
73
- labels: "release"
74
- reviewers: "siumauricio"
75
- assignees: "siumauricio"
+ # base: main
+ # branch: canary
+ # labels: "release"
+ # reviewers: "siumauricio"
76
+ # assignees: "siumauricio"
0 commit comments