Fix .github/labeler.yml schema for actions/labeler v6#831
Conversation
Co-authored-by: alex-bezek <8029578+alex-bezek@users.noreply.github.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe ChangesGitHub Labeler Config Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
The workflow pins
actions/labeler@v6.1.0but the config file still uses the v4 schema (flat glob arrays), causing CI failures:Changes
changed-files→any-glob-to-any-filestructuremeta/projectlabel referenced.github/labeler.yaml→ corrected to.github/labeler.ymlBefore:
After:
All 8 labels and their glob patterns are preserved.
Summary by CodeRabbit