File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010
1111jobs :
1212 dev-to-rc-pr :
13- name : Create Quarterly Release PR from Dev to RC
13+ name : Create PR from Dev to RC
1414 if : github.ref == 'refs/heads/dev' && github.repository == 'HyDE-Project/HyDE'
1515 runs-on : ubuntu-latest
1616 steps :
6666 script : |
6767 const { repo, owner } = context.repo;
6868 const prBranch = "dev";
69- const prTitle = "chore: quarterly release - dev → rc";
69+ const prTitle = "chore: Release - dev → rc";
7070 const prBody = process.env.PR_BODY;
7171
7272 // Retry helper function
@@ -141,7 +141,7 @@ jobs:
141141 echo "The branches rc and dev are already in sync."
142142
143143 rc-to-master-pr :
144- name : Create Quarterly Release PR from RC to Master
144+ name : Create PR from RC to Master
145145 if : github.ref == 'refs/heads/rc' && github.repository == 'HyDE-Project/HyDE'
146146 runs-on : ubuntu-latest
147147 steps :
@@ -197,7 +197,7 @@ jobs:
197197 script : |
198198 const { repo, owner } = context.repo;
199199 const prBranch = "rc";
200- const prTitle = "chore: quarterly release - rc → master";
200+ const prTitle = "chore: Release - rc → master";
201201 const prBody = process.env.PR_BODY;
202202
203203 // Retry helper function
You can’t perform that action at this time.
0 commit comments