Skip to content

Latest commit

 

History

History
78 lines (56 loc) · 2.74 KB

File metadata and controls

78 lines (56 loc) · 2.74 KB

Labels Registry and Governance Mapping

Label Categories

Type

  • Feature: New functionality or improvement.
  • Bug: Issues that are broken or not functioning as intended.
  • Documentation: Updates or changes to documentation.
  • Task: Miscellaneous tasks that need to be completed.

Priority

  • High: Requires immediate attention.
  • Medium: Important but not urgent.
  • Low: Can be addressed at a later time.

The following priority labels are used in descending urgency order:

Label Alias Meaning
priority:critical P0 Requires immediate attention
priority:high P1 Important, process soon
priority:medium P2 Normal priority
priority:low P3 Can be addressed later

Status

  • Open: Issue is open and awaiting resolution.
  • In Progress: Work is currently being done on the issue.
  • Resolved: Issue has been resolved.
  • Closed: Issue is completed and closed.

Area Labels

  • Frontend: Relates to client-side development.
  • Backend: Relates to server-side development.
  • Testing: Related to quality assurance and testing processes.

Nightly Quality Gate and Branch Scope Labels

These labels are part of the official CI reporting standard for nightly AI quality workflows.

  • nightly-quality-gate: Marks issues and reports generated by the nightly quality gate workflow.
  • branch:main: Indicates findings or alerts that apply to the main branch lane.
  • branch:develop: Indicates findings or alerts that apply to the develop branch lane.

Copilot Dispatcher Labels

These labels are managed by the Copilot Issue Dispatcher automation.

Issue Labels

  • queue/copilot: Issue is eligible for Copilot delegation. The dispatcher removes it after posting the delegation comment.
  • copilot/delegated: Set by the dispatcher after the delegation comment is posted and prevents re-delegation on subsequent runs.

Pull Request Labels

  • ai-generated: Marks pull requests with AI-generated or AI-assisted implementation content and enables stricter human review.

Migration Map from Old Labels to New Standardized Schema

Old Label Name New Label Name
feature Type: Feature
bug Type: Bug
documentation Type: Documentation
task Type: Task
high-priority Priority: High
medium-priority Priority: Medium
low-priority Priority: Low
open Status: Open
in-progress Status: In Progress
resolved Status: Resolved
closed Status: Closed
frontend Area: Frontend
backend Area: Backend
testing Area: Testing