feat!: enhance ignored checks to support wildcard patterns#128
Merged
Mark Woolley (marknet15) merged 1 commit intomainfrom Mar 30, 2026
Merged
feat!: enhance ignored checks to support wildcard patterns#128Mark Woolley (marknet15) merged 1 commit intomainfrom
Mark Woolley (marknet15) merged 1 commit intomainfrom
Conversation
5295ded to
43f6e97
Compare
43f6e97 to
a8b9f63
Compare
a8b9f63 to
4369d49
Compare
Redmond Warden (rwarden10)
approved these changes
Mar 30, 2026
Merged
github-merge-queue bot
pushed a commit
that referenced
this pull request
Mar 30, 2026
I have created a release PR for this version --- ## [1.0.0](0.2.2...1.0.0) (2026-03-30) ### ⚠ BREAKING CHANGES * default node version bumped to v24 ### Features * Enhance ignored checks to support wildcard patterns ([#128](#128)) ([7428b53](7428b53)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: lendabot[bot] <126705550+lendabot[bot]@users.noreply.github.com> Co-authored-by: Mark Woolley <mark.woolley@lendable.co.uk>
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.
Overview
Enhance
ignoredoption to support ignoring different check jobs based on wildcard patterns, where some specific dynamic jobs might need to be ignored where others don't.Changes
The
ignoredinput now accepts both exact check run names and glob patterns using the*wildcard. Each line is treated as a separate entry.Exact match — ignores a check with that precise name:
Wildcard patterns —
*matches any sequence of characters:The default node version has been bumped to node 24.