Skip to content

Add label configuration for repository workflow management#13

Draft
Copilot wants to merge 5 commits intord-runfrom
copilot/create-relevant-label
Draft

Add label configuration for repository workflow management#13
Copilot wants to merge 5 commits intord-runfrom
copilot/create-relevant-label

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 3, 2026

Adds structured label taxonomy for issue and PR categorization.

Changes

  • .github/labels.yml - Machine-readable label definitions (25 labels)

    • Feature area labels: cli, automation, readme-parsing, workspace, git-integration
    • Phase labels: phase:fetch through phase:cleanup (mirrors 7-phase execution model in cmd/run.go)
    • Standard workflow labels: issue types, priorities, status markers
  • .github/LABELS.md - Label usage reference

    • Category descriptions and application guidelines
    • Sync instructions for github-label-sync, GitHub Actions, or manual application

Label Structure

Phase labels map directly to execution phases:

- name: "phase:fetch"      # Phase 1: Fetch/Workspace
- name: "phase:scan"       # Phase 2: Scan
- name: "phase:plan"       # Phase 3: Plan (AI)
- name: "phase:validate"   # Phase 4: Validate/Normalize
- name: "phase:prerequisites" # Phase 5: Prerequisites
- name: "phase:execute"    # Phase 6: Execute
- name: "phase:cleanup"    # Phase 7: Post-run/Cleanup

Unique colors per phase for visual differentiation. Sync via: npx github-label-sync --access-token $GITHUB_TOKEN sony-level/readme-runner .github/labels.yml


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI and others added 4 commits February 3, 2026 01:43
Co-authored-by: sony-level <116947405+sony-level@users.noreply.github.com>
Co-authored-by: sony-level <116947405+sony-level@users.noreply.github.com>
Co-authored-by: sony-level <116947405+sony-level@users.noreply.github.com>
Co-authored-by: sony-level <116947405+sony-level@users.noreply.github.com>
Copilot AI changed the title [WIP] Add pertinent label for repository Add label configuration for repository workflow management Feb 3, 2026
Copilot AI requested a review from sony-level February 3, 2026 01:47
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