Skip to content

ci: Fix PR Title Formatter#623

Merged
ValerianRey merged 2 commits intomainfrom
fix-pr-title-formatter
Mar 6, 2026
Merged

ci: Fix PR Title Formatter#623
ValerianRey merged 2 commits intomainfrom
fix-pr-title-formatter

Conversation

@ValerianRey
Copy link
Contributor

@ValerianRey ValerianRey commented Mar 6, 2026

Change of trigger was wrong: it gave a "skipped job" status when PR body was edited, and not having the trigger on synchronize means that it wont trigger when we update a PR even when this update touches the title formatting action.

Also, the concurrency group never worked for this action, so I'm reverting it. When the PR is first opened, it seems that multiple jobs are triggered that cancel each other out, the the final status is often failure. Since it's not really necessary to have concurrency groups for this, let's just drop them.

@ValerianRey ValerianRey added the cc: ci Conventional commit type for changes to the CI (Github workflows and actions). label Mar 6, 2026
@github-actions github-actions bot changed the title Fix PR Title Formatter ci: Fix PR Title Formatter Mar 6, 2026
@ValerianRey ValerianRey merged commit 6340404 into main Mar 6, 2026
18 of 19 checks passed
@ValerianRey ValerianRey deleted the fix-pr-title-formatter branch March 6, 2026 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cc: ci Conventional commit type for changes to the CI (Github workflows and actions).

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant