sbp commented on issue #187: URL: https://github.com/apache/tooling-trusted-release/issues/187#issuecomment-3145073458
The new check result ignores introduced to resolve #199 ostensibly cover this feature request. In practice, however, they did not, because RAT member results are bundled into a single archive level check result, instead of being separated into individual member check results. Commit 3e85b2b2df5b3d9bcab0b9c5c825bb89eedb4aed adds this separation. Commit 1765244b6dc06758d0f09943fd403217e7021f9c does the inverse for ATR header checks, adding a summary check result. Commit c0f40192c4e125e52a326b5462fcdffe7baa8c09 adds audit logging for check result ignores, so that changes to them are always recorded. Now it is possible at all stages of an ATR release workflow to add, update, or delete ignores for RAT check results, whether that be the top level result or individual member checks. Checks can be ignored based on patterns: glob is used by default, but if the string starts with `^` or ends with `$` then Python regular expressions are used instead. We may subset this in future, so it would be best to stick to a portable subset when creating ignores. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@tooling.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tooling.apache.org For additional commands, e-mail: dev-h...@tooling.apache.org