Skip to content

Create .github/labeler.yml configuration file #12

@jakeschepis

Description

@jakeschepis

@claude

Problem

The labeler.yml workflow is failing because the .github/labeler.yml configuration file is missing.

Task

Create a .github/labeler.yml file that defines label patterns for auto-labeling PRs based on file changes.

Example Configuration

'documentation':
  - '**/*.md'
  - 'docs/**/*'

'dependencies':
  - 'package.json'
  - 'package-lock.json'

'ci/cd':
  - '.github/workflows/**/*'

'tests':
  - 'test/**/*'

Files

  • Create: .github/labeler.yml
  • Reference: .github/workflows/labeler.yml

Priority

Low - Improves PR organization but not critical

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions