Skip to content

Commit

Permalink
Issue #12114: rename all release action to have 'R:' prefix in name
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and romani committed Aug 28, 2022
1 parent 02babf8 commit ed02463
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version-and-update-milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# GitHub Action to bump release version
#
#############################################################################
name: "Bump version and Update Milestone"
name: "R: Bump version/Update Milestone"
on:
workflow_dispatch:
inputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven_prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# GitHub Action to Run Maven Release Prepare.
#
#############################################################################
name: "Maven Release Prepare"
name: "R: Maven Release Prepare"
on:
workflow_dispatch:
inputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_releasenotes_for_twitter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# GitHub Action to Publish Tweet of release notes.
#
#############################################################################
name: "Publish Tweet for Release notes"
name: "R: Publish Tweet"
on:
workflow_dispatch:
inputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_releasenotes_outside.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# GitHub Action to Publish Release Notes GitHub Page.
#
#############################################################################
name: "Publish Release notes GitHub Page"
name: "R: Publish GitHub Page"
on:
workflow_dispatch:
inputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# GitHub Action to Update GitHub Milestone and Upload Jar.
#
#############################################################################
name: "GitHub Milestone and Upload Jar"
name: "R: GitHub Milestone/ Upload Jar"
on:
workflow_dispatch:
inputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_sources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# GitHub Action to Push Release Notes.
#
#############################################################################
name: "Push Release Notes"
name: "R: Push Release Notes"
on:
workflow_dispatch:
inputs:
Expand Down

0 comments on commit ed02463

Please sign in to comment.