Fix labeler workflow: Update configuration for actions/labeler@v5 compatibility#24
Draft
professoroakz with Copilot wants to merge 4 commits into
Draft
Fix labeler workflow: Update configuration for actions/labeler@v5 compatibility#24professoroakz with Copilot wants to merge 4 commits into
professoroakz with Copilot wants to merge 4 commits into
Conversation
Co-authored-by: professoroakz <6593422+professoroakz@users.noreply.github.com>
Co-authored-by: professoroakz <6593422+professoroakz@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix action step failure in GitHub workflow
Fix labeler workflow: Update configuration for actions/labeler@v5 compatibility
Feb 11, 2026
Contributor
Author
The fix has been validated and is working correctly: ✅ Configuration updated to actions/labeler@v5 format (commits 14d14e2 and 1b43a4c) The labeler.yml configuration now uses the proper v5 format: documentation:
- changed-files:
- any-glob-to-any-file:
- '**/*.md'
- 'docs/**/*'This resolves the "found unexpected type for label 'documentation'" error from the original failure. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
professoroakz
approved these changes
Feb 11, 2026
…-action-step-error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The labeler workflow failed with "found unexpected type for label 'documentation' (should be array of config options)". Configuration was using v4 format while workflow runs v5.
Changes
Updated
.github/labeler.ymlto v5 configuration format:Applied this pattern to all 8 label definitions (documentation, workflows, ci, dependencies, scripts, tests, configuration, community).
Validation
Checklist
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.