Skip to content

Conversation

@ntotten
Copy link
Member

@ntotten ntotten commented Nov 28, 2025

Description

Related Issue

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Refactoring (no functional changes)
  • CI/Build changes

Checklist

  • I have read the CONTRIBUTING guidelines
  • My code follows the code style of this project (pnpm lint passes)
  • I have run pnpm prettier to format my code
  • I have added/updated tests that prove my fix or feature works
  • All new and existing tests pass (pnpm test)
  • I have updated the CHANGELOG.md with a summary of my changes

Copilot AI review requested due to automatic review settings November 28, 2025 15:13
@ntotten ntotten closed this Nov 28, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the GitHub workflow configuration to monitor a different labels file format. The workflow trigger has been changed from watching labels.json to labels.yaml, indicating a migration from JSON to YAML format for label definitions.

Key Changes:

  • Updated the file path trigger in the labels-sync workflow from JSON to YAML format

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.
@ntotten ntotten deleted the workflows branch November 30, 2025 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants