weiqingy commented on PR #2410: URL: https://github.com/apache/auron/pull/2410#issuecomment-5039266456
Heads up: this bump surfaced a config incompatibility. labeler v7 depends on js-yaml `^5.1.0`, which is stricter about multi-line flow-sequence indentation, and it rejects the current `.github/labeler.yml` with `YAMLException: deficient indentation (27:7)`. As a result the `triage` check now fails on PRs that run after this merged (for example apache/auron#2409). I opened #2413 and #2414 to adapt `labeler.yml` to the block-sequence style, which parses cleanly under js-yaml 5.x (verified locally with js-yaml 5.2.1). -- 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]
