ROU-12558: Mark release as latest, standardizing iconography in workflows#245
Merged
rugoncalves merged 4 commits intodevfrom Feb 11, 2026
Merged
ROU-12558: Mark release as latest, standardizing iconography in workflows#245rugoncalves merged 4 commits intodevfrom
rugoncalves merged 4 commits intodevfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates GitHub Actions workflows to ensure releases are marked as “latest” and to standardize workflow/job/step naming iconography across the repo.
Changes:
- Set GitHub Releases to be marked as latest by adding
make_latest: trueto the release publishing step. - Standardize workflow/job/step display names by removing or adjusting emojis/icons across multiple workflow files.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/validate-pr-title.yaml | Removes emoji from job name for PR title validation workflow. |
| .github/workflows/validate-pr-labels.yaml | Removes emoji from job name for PR labels validation workflow. |
| .github/workflows/template-validate-pr-title.yaml | Standardizes job/step icons (e.g., checkout step icon). |
| .github/workflows/template-validate-pr-labels.yaml | Standardizes job/step icons (e.g., checkout step icon). |
| .github/workflows/template-ts-build-project.yaml | Standardizes step icons (checkout, install dependencies). |
| .github/workflows/template-release.yaml | Adds make_latest: true to softprops/action-gh-release and standardizes job/step naming icons. |
| .github/workflows/template-pre-release.yaml | Standardizes job/step naming icons throughout the pre-release template. |
| .github/workflows/template-label-and-validate-pr.yaml | Standardizes job/step naming icons for the aggregated PR validation workflow. |
| .github/workflows/release.yaml | Removes emoji from job name for the release entry workflow. |
| .github/workflows/pre-release.yaml | Removes emoji from job name for the pre-release entry workflow. |
| .github/workflows/build.yaml | Removes emoji from job name for the build entry workflow. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
os-davidlourenco
previously approved these changes
Feb 11, 2026
|
os-davidlourenco
approved these changes
Feb 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Fix was made in the Release workflow to mark as the latest. Additionally some work was done to standardize the iconography used in the flows.
What was happening
release.yamlworkflow, was not marking the release as being the latest.What was done
softprops/action-gh-releasethe parametermake_latest: true, to ensure that the github release is made to be the latest;Checklist