Skip to content

👷 Add release workflow run name#135

Merged
Friedinger merged 1 commit into
mainfrom
ci/release-run-name
Mar 20, 2026
Merged

👷 Add release workflow run name#135
Friedinger merged 1 commit into
mainfrom
ci/release-run-name

Conversation

@Friedinger

Copy link
Copy Markdown
Member

This pull request makes a minor update to the GitHub Actions workflow for releases. The change adds a custom run name to the workflow, which will display the release version in the workflow runs list for easier identification.

  • Added run-name: Release ${{ github.event.inputs.version }} to .github/workflows/release.yml to show the release version in workflow runs.

@Friedinger Friedinger added the 👷 CI/CD Changes related to continuous integration/deployment label Mar 20, 2026
@Friedinger Friedinger requested a review from IamPekka058 March 20, 2026 09:55
@coderabbitai

coderabbitai Bot commented Mar 20, 2026

Copy link
Copy Markdown

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 8d2aae01-c57f-4bb0-b104-74a4e01f8254

📥 Commits

Reviewing files that changed from the base of the PR and between c1f657a and 89d045a.

📒 Files selected for processing (1)
  • .github/workflows/release.yml

Walkthrough

A run-name field was added to the release workflow to dynamically display the release version in GitHub Actions run names. This is a configuration-only change with no impact on workflow logic or execution.

Changes

Cohort / File(s) Summary
GitHub Actions Workflow
.github/workflows/release.yml
Added run-name field to display Release ${{ github.event.inputs.version }} in the GitHub Actions UI, making release runs immediately identifiable by version number.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A little tweak, so clean and bright,
The version now shines in release-run light!
No logic changed, just clearer sight,
Our workflow names are finally right! ✨

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch ci/release-run-name
📝 Coding Plan
  • Generate coding plan for human review comments

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@Friedinger Friedinger merged commit ce18923 into main Mar 20, 2026
5 of 6 checks passed
@Friedinger Friedinger deleted the ci/release-run-name branch March 20, 2026 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

👷 CI/CD Changes related to continuous integration/deployment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants