Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: artifactErrorSupppressMatch #28369

Open
rarkins opened this issue Apr 12, 2024 · 0 comments
Open

Feature: artifactErrorSupppressMatch #28369

rarkins opened this issue Apr 12, 2024 · 0 comments
Labels
priority-3-medium Default priority, "should be done" but isn't prioritised ahead of others type:feature Feature (new functionality)

Comments

@rarkins
Copy link
Collaborator

rarkins commented Apr 12, 2024

Describe the proposed change(s).

Add a new config option artifactErrorSuppressMatch which takes an array of globs or regex. If defined, and a branch has artifact errors, then the text of those errors will be matched against these patterns. If the text matches any of the patterns and none of the negative ones branch creation will be suppressed.

This will have no effect if the branch already exists.

It also requires a new branch status/error and category in Dependency Dashboard, "Suppressed due to Artifact Errors".

Here is a reference discussion including a reproduction repo: #27558

@rarkins rarkins added type:feature Feature (new functionality) priority-3-medium Default priority, "should be done" but isn't prioritised ahead of others labels Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority-3-medium Default priority, "should be done" but isn't prioritised ahead of others type:feature Feature (new functionality)
Projects
None yet
Development

No branches or pull requests

1 participant