rmuir opened a new pull request, #15371: URL: https://github.com/apache/lucene/pull/15371
Disable this new lint from zizmor, the cure is worse than the disease. Background of the check: https://docs.zizmor.sh/audits/#concurrency-limits Setting concurrency-limits will e.g. fail previous in-progress builds for the same branch/PR, including `main`. Such "cancelled" builds display and notify exactly as failures, when they really aren't. This can cause a lot of noise and confusion! Given that maintainers must approve before actions are run from a new contributor, it doesn't seem like the best tradeoff to scan for this rule and cancel (fail) such builds. Better to ensure all workflows have timeouts better than the default (6h), if we want to prevent waste of actions minutes. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
