weiqingy opened a new pull request, #2414: URL: https://github.com/apache/auron/pull/2414
# Which issue does this PR close? Closes #2413. # Rationale for this change #2410 bumped `actions/labeler` from v6 to v7, which brought `js-yaml` `^5.1.0`. js-yaml 5.x enforces stricter indentation on multi-line flow sequences and rejects the current `.github/labeler.yml` with `YAMLException: deficient indentation (27:7)`, so the `triage` check now fails on PRs that run after that bump. # What changes are included in this PR? Rewrite the glob lists in `.github/labeler.yml` from multi-line flow sequences (`[ ... ]`) to block sequences, for all 17 label entries. The label names and glob patterns are unchanged; only the YAML list style changes. Verified with `js-yaml` 5.2.1 (the version labeler v7 resolves): the current file throws `deficient indentation (27:7)`, and the updated file parses cleanly into the same 17 labels and 36 glob patterns. # Are there any user-facing changes? No. This is a CI configuration fix. # How was this patch tested? Loaded both the old and new `.github/labeler.yml` with `js-yaml` 5.2.1. The old file reproduces the CI error; the new file parses without error and yields identical label-to-glob mappings. -- 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]
