Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/labels-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
branches: [main]
paths:
- ".github/labels.json"
- ".github/labels.yaml"
Copy link

Copilot AI Nov 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The workflow is configured to trigger on changes to .github/labels.yaml, but this file may not exist in the repository yet. Verify that the labels file has been migrated from JSON to YAML format, or that both file paths are monitored during a transition period.

Suggested change
- ".github/labels.yaml"
- ".github/labels.yaml"
- ".github/labels.json"

Copilot uses AI. Check for mistakes.

jobs:
sync:
Expand Down
Loading