Skip to content

Conversation

@gnbm
Copy link
Collaborator

@gnbm gnbm commented Oct 19, 2025

What was happening

  • When calling reusable workflows in GitHub Actions, if you don't specify a name property for the job, GitHub displays the file path of the reusable workflow instead of a friendly name.

What was done

  • I added the name property to all jobs calling reusable workflows:

    • validate-pr-title.yaml - Added name: Validate PR Title

    • validate-pr-labels.yaml - Added name: Validate PR Labels

    • build.yaml - Added name: Build TypeScript Project

    • pre-release.yaml - Added name: Create Release Candidate

    • release.yaml - Added name: Set Release as Latest

Checklist

  • tested locally
  • documented the code
  • clean all warnings and errors of eslint
  • requires changes in OutSystems (if so, provide a module with changes)
  • requires new sample page in OutSystems (if so, provide a module with changes)

@gnbm gnbm added the chore label Oct 19, 2025
@gnbm gnbm requested a review from a team as a code owner October 19, 2025 15:30
@gnbm gnbm added the patch label Oct 19, 2025
@cssecautomation
Copy link

cssecautomation commented Oct 19, 2025

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Licenses 0 0 0 0 0 issues
Code Security 0 0 0 0 0 issues
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@sonarqubecloud
Copy link

@gnbm gnbm merged commit 5b47368 into dev Oct 19, 2025
12 checks passed
@gnbm gnbm deleted the ROU-12262 branch October 19, 2025 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants