Skip to content

Commit 58294d1

Browse files
fix: do not check out branch that we tag (#1935)
Signed-off-by: matttrach <matt.trachier@suse.com> Co-authored-by: Matt Trachier <matt.trachier@suse.com>
1 parent 55db4af commit 58294d1

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/manual-rc-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
4040
fi
4141
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 https://github.com/actions/checkout
4242
with:
43-
ref: ${{ inputs.branch }}
4443
fetch-depth: 0
4544
- name: Create and Push RC Tag with Git
4645
id: create-push-rc-tag

.github/workflows/scripts/backport-issues.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ async ({ github, context, core, process }) => {
2929
response = await github.rest.issues.create({
3030
owner: owner,
3131
repo: repo,
32-
title: `[Backport][${labelName}] ${parentIssueTitle}`,
32+
title: `[${labelName}] ${parentIssueTitle}`,
3333
body: [
3434
`Backport #${prNumber} to ${labelName} for #${parentIssueNumber}`,
3535
`Copied from PR:`,

aspell_custom.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ IPv
2828
IPv4
2929
IPv6
3030
json
31+
backport

0 commit comments

Comments
 (0)