ci(validate): Update PR validation workflow and valid tags#2426
Merged
xezon merged 2 commits intoTheSuperHackers:mainfrom Mar 9, 2026
Merged
ci(validate): Update PR validation workflow and valid tags#2426xezon merged 2 commits intoTheSuperHackers:mainfrom
xezon merged 2 commits intoTheSuperHackers:mainfrom
Conversation
|
fe12d72 to
e303693
Compare
e303693 to
42085c2
Compare
42085c2 to
d89293d
Compare
d89293d to
40d5cdc
Compare
40d5cdc to
10c553a
Compare
Skyaero42
reviewed
Mar 8, 2026
10c553a to
8f18430
Compare
8f18430 to
c5986bc
Compare
c5986bc to
f4a1677
Compare
ed88c6e to
ce1a5ff
Compare
ce1a5ff to
b51dc36
Compare
b51dc36 to
1412664
Compare
Signed-off-by: tintinhamans <5984296+tintinhamans@users.noreply.github.com>
1412664 to
a36fa4b
Compare
Signed-off-by: tintinhamans <5984296+tintinhamans@users.noreply.github.com>
a36fa4b to
f6be43d
Compare
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.
This pull request updates the pull request validation workflow to enforce conventional commit standards for PR titles and commit messages.
ubuntu-sliminstead ofubuntu-latestwhich is a smaller container-based image - should theoretically start faster and also complete faster since this workflow is not heavy..github/workflows/valid-tags.txtwith conventional commit types specified inCONTRIBUTING.mdvalidate-pull-request.ymlto require PR titles and commit messages to follow the conventional commit format:type(scope): Descriptionortype: Description, using the new tag list.Sample comment:
pull_requesttopull_request_targetfor improved security and to allow validation of PRs from forks while still being able to post comments.