[Idea] Optional Builds for PR Validation #2298
ChrisBlankDe
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Idea Description
I would like to propose a new setting:
optionalPatternForPrValidation.The idea is that this setting is a string array containing patterns (regex and/or wildcard-like patterns) that are matched against job names in the build matrix.
For pull request status checks, the behavior would change as follows:
optionalPatternForPrValidation, the overall PR status check can still pass.Use Case
A good example is running validation against nextminor in pull requests.
This validation is very valuable for compatibility insights, but it may not always need to block the PR.
Open Questions
Contribution (Optional)
Beta Was this translation helpful? Give feedback.
All reactions