Skip to content

Commit 5e8778d

Browse files
kRHYME7rubiin
authored andcommitted
yeah
1 parent 42dd1cf commit 5e8778d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
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:
@@ -66,7 +66,7 @@ jobs:
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

0 commit comments

Comments
 (0)