-
-
Notifications
You must be signed in to change notification settings - Fork 62
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
I would like to be able to check for a pattern only in the most-recent commit message. Our use case is checking for the result of a test that I want to make sure has passed before a PR can be merged. e.g., Does the commit message contain "Test Successful"?
Some commits in a PR may not contain a test result or may contain an invalid test result, but I only care that the test was run and succeeds as of the latest commit.
I don't want to put the test result in the PR description because a commit made while the PR is open could cause my test to fail, but the GHA check would still pass because of the old message in the PR description.
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested