Skip to content

Commit 25763a3

Browse files
committed
Update workflow names to Release: <Command Name>.
Updated the name field in the GHA workflow files to follow the 'Release: <Command Name>' convention, matching the release tool subcommands.
1 parent 14dfed4 commit 25763a3

6 files changed

Lines changed: 6 additions & 6 deletions

.github/workflows/release_complete_prepare.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: On PR Merged (Release Prepared)
1+
name: "Release: Complete Prepare"
22

33
on:
44
pull_request:

.github/workflows/release_create_rc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Generate RC Tag
1+
name: "Release: Create RC"
22

33
on:
44
workflow_dispatch:

.github/workflows/release_create_release_branch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Cut Release Branch
1+
name: "Release: Create Release Branch"
22

33
on:
44
issues:

.github/workflows/release_prepare.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Prepare Release
1+
name: "Release: Prepare"
22

33
on:
44
workflow_dispatch:

.github/workflows/release_process_backports.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Process Backports
1+
name: "Release: Process Backports"
22

33
on:
44
workflow_dispatch:

.github/workflows/release_promote_rc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Promote RC to Final Release
1+
name: "Release: Promote RC"
22

33
on:
44
workflow_dispatch:

0 commit comments

Comments
 (0)