ci: re-sync labeler.yml with skill template (clears drift)#88
Conversation
Signed-off-by: Sebastian Mendel <sebastian.mendel@netresearch.de>
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
|
There was a problem hiding this comment.
Code Review
This pull request reformats the 'any-glob-to-any-file' list under the 'dependencies' label in '.github/labeler.yml' from a single-line array into a multi-line list format to improve readability. There are no review comments, and I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #88 +/- ##
=========================================
Coverage 66.71% 66.71%
Complexity 807 807
=========================================
Files 45 45
Lines 2289 2289
=========================================
Hits 1527 1527
Misses 762 762
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This repo uses the **php-module** template (`.github/template.yaml` → `template: php-module`), whose `labeler.yml` keeps the inline `dependencies` glob form. A prior drift-cleanup PR (#88) mistakenly synced it to the **skill** template's multi-line form, which then drifted against php-module. This restores the correct php-module `labeler.yml`.



The netresearch/.github skill template reformatted
.github/labeler.yml(multi-linedependenciesglob list). This repo carried the older inline form (latent Template Drift that would fail on the next push). Re-syncs byte-identical with the template — same fix already applied across the other skill repos.