Skip to content

🏷️ Orphan Labels Detected (96) #95

@github-actions

Description

@github-actions

Orphan Labels Detected

The label sync workflow has detected 97 label(s) that exist in this repository but are not defined in the canonical labels.yml.

Orphaned Labels

  • a11y - No description
  • ai-ops:agents - Agent definitions
  • ai-ops:chat-modes - Prompt sets / modes
  • ai-ops:datasets - Training/eval datasets
  • ai-ops:evaluations - Evaluation results
  • ai-ops:instructions - AI instruction docs
  • ai-ops:prompts - Reusable prompts
  • ai-ops:tools - Tool/plugin manifests
  • area:analytics - Analytics & tracking
  • area:content - Anything that needs copy-editing assistance
  • area:dependencies - Composer/npm dependency work
  • area:deployment - Deploy/release operations
  • area:design-system - Tokens/components guidelines
  • area:forms - Forms (Gravity Forms etc.)
  • area:i18n - Internationalisation
  • area:infrastructure - Infrastructure
  • area:integration - External integrations
  • area:labels - No description
  • area:navigation - Menus & nav UX
  • area:plugins - Plugin configuration/internals
  • area:search - Search/filters (incl. FacetWP)
  • area:seo - Technical SEO (meta/schema/sitemaps)
  • audit - No description
  • automation - No description
  • bats - No description
  • blocker - No description
  • bug - No description
  • checklist - No description
  • ci - No description
  • comp:block-bindings - Block bindings
  • comp:block-editor - Block/site editor work
  • comp:block-inserter - Inserter UI/behaviour
  • comp:block-json - Block metadata (block.json)
  • comp:block-locking - Block locking
  • comp:block-patterns - Patterns library/registration
  • comp:block-styles - Styles registered via JSON
  • comp:block-supports - Block supports
  • comp:block-templates - Template files/editor
  • comp:block-variations - Block variations
  • comp:color-palette - Palette tokens/usage
  • comp:help-tabs - WP help tabs
  • comp:post-settings - Post editor settings panel
  • comp:section-styles - Section/background styles
  • comp:settings - Global/settings UX
  • comp:spacing - Spacing tokens/layout gaps
  • comp:style-variations - JSON style variations
  • comp:template-parts - Header/footer/loop/nav parts
  • comp:theme-json - Tokens, presets, settings
  • comp:typography - Type scale/fluids
  • comp:wp-admin - WP Admin screens
  • compat:gutenberg - Package compatibility
  • compat:multisite - Multisite/network considerations.
  • compat:php - Min/tested-up-to PHP
  • compat:woocommerce - WooCommerce versions
  • compat:wordpress - Core/Gutenberg versions
  • configuration - No description
  • cpt:pages - WordPress Pages
  • cpt:posts - WordPress Posts
  • cross-reference - No description
  • css - No description
  • dependencies - Pull requests that update a dependency file
  • documentation - No description
  • env:live - Live/production
  • env:prototype - Prototype/sandbox
  • env:staging - Staging/UAT
  • github_actions - Pull requests that update GitHub Actions code
  • governance - No description
  • javascript - Pull requests that update javascript code
  • js - No description
  • lang:html - Markup
  • lang:js - JavaScript/TypeScript
  • lang:json - JSON config/content
  • lang:md - Markdown content/docs
  • lang:yaml - YAML config
  • maintenance - No description
  • meta - No description
  • meta:has-pr - Issue has a linked PR
  • meta:no-issue-activity - No recent issue activity
  • meta:no-pr-activity - No recent PR activity
  • meta:stale - Marked as stale
  • onboarding - No description
  • package.json - No description
  • path-resolution - No description
  • php - No description
  • quickstart - No description
  • security - No description
  • standards - No description
  • status:duplicate - Duplicate of another issue
  • status:in-discussion - Needs alignment/decision
  • status:needs-design - Early execution signal (triage queue for design)
  • status:needs-design-review - Awaiting design review
  • status:needs-dev - Early execution signal (triage queue for engineering)
  • status:needs-figma-update - Existing Figma design needs updating
  • status:needs-more-info - Missing details to proceed
  • status:needs-testing - Testing needed (manual/auto)
  • status:wontfix - Not planned to address
  • test - No description

Recommended Actions

  1. Add to canonical labels.yml - If these labels should be organization-wide, add them to lightspeedwp/.github
  2. Remove from this repository - If these labels are no longer needed, remove them
  3. Repository-specific labels - If these are repository-specific, document them in this repository's README

How to Add to Canonical Labels

# Add to .github/automation/labels.yml in lightspeedwp/.github repository

- name: a11y
  color: ededed
  description: "TODO: Add description"

- name: ai-ops:agents
  color: 0052CC
  description: "Agent definitions"

- name: ai-ops:chat-modes
  color: 0052CC
  description: "Prompt sets / modes"

- name: ai-ops:datasets
  color: BFD4F2
  description: "Training/eval datasets"

- name: ai-ops:evaluations
  color: BFD4F2
  description: "Evaluation results"

- name: ai-ops:instructions
  color: 0052CC
  description: "AI instruction docs"

- name: ai-ops:prompts
  color: 0052CC
  description: "Reusable prompts"

- name: ai-ops:tools
  color: BFD4F2
  description: "Tool/plugin manifests"

- name: area:analytics
  color: C2E0C6
  description: "Analytics & tracking"

- name: area:content
  color: C5DEF5
  description: "Anything that needs copy-editing assistance"

- name: area:dependencies
  color: F9D0C4
  description: "Composer/npm dependency work"

- name: area:deployment
  color: 006B75
  description: "Deploy/release operations"

- name: area:design-system
  color: C5DEF5
  description: "Tokens/components guidelines"

- name: area:forms
  color: C5DEF5
  description: "Forms (Gravity Forms etc.)"

- name: area:i18n
  color: C5DEF5
  description: "Internationalisation"

- name: area:infrastructure
  color: 006B75
  description: "Infrastructure"

- name: area:integration
  color: D93F0B
  description: "External integrations"

- name: area:labels
  color: ededed
  description: "TODO: Add description"

- name: area:navigation
  color: C5DEF5
  description: "Menus & nav UX"

- name: area:plugins
  color: C5DEF5
  description: "Plugin configuration/internals"

- name: area:search
  color: C5DEF5
  description: "Search/filters (incl. FacetWP)"

- name: area:seo
  color: C2E0C6
  description: "Technical SEO (meta/schema/sitemaps)"

- name: audit
  color: ededed
  description: "TODO: Add description"

- name: automation
  color: ededed
  description: "TODO: Add description"

- name: bats
  color: ededed
  description: "TODO: Add description"

- name: blocker
  color: ededed
  description: "TODO: Add description"

- name: bug
  color: ededed
  description: "TODO: Add description"

- name: checklist
  color: ededed
  description: "TODO: Add description"

- name: ci
  color: ededed
  description: "TODO: Add description"

- name: comp:block-bindings
  color: C5DEF5
  description: "Block bindings"

- name: comp:block-editor
  color: C5DEF5
  description: "Block/site editor work"

- name: comp:block-inserter
  color: C5DEF5
  description: "Inserter UI/behaviour"

- name: comp:block-json
  color: C5DEF5
  description: "Block metadata (block.json)"

- name: comp:block-locking
  color: C5DEF5
  description: "Block locking"

- name: comp:block-patterns
  color: C5DEF5
  description: "Patterns library/registration"

- name: comp:block-styles
  color: C5DEF5
  description: "Styles registered via JSON"

- name: comp:block-supports
  color: C5DEF5
  description: "Block supports"

- name: comp:block-templates
  color: C5DEF5
  description: "Template files/editor"

- name: comp:block-variations
  color: C5DEF5
  description: "Block variations"

- name: comp:color-palette
  color: C5DEF5
  description: "Palette tokens/usage"

- name: comp:help-tabs
  color: C5DEF5
  description: "WP help tabs"

- name: comp:post-settings
  color: C5DEF5
  description: "Post editor settings panel"

- name: comp:section-styles
  color: C5DEF5
  description: "Section/background styles"

- name: comp:settings
  color: C5DEF5
  description: "Global/settings UX"

- name: comp:spacing
  color: C5DEF5
  description: "Spacing tokens/layout gaps"

- name: comp:style-variations
  color: C5DEF5
  description: "JSON style variations"

- name: comp:template-parts
  color: C5DEF5
  description: "Header/footer/loop/nav parts"

- name: comp:theme-json
  color: C5DEF5
  description: "Tokens, presets, settings"

- name: comp:typography
  color: C5DEF5
  description: "Type scale/fluids"

- name: comp:wp-admin
  color: C5DEF5
  description: "WP Admin screens"

- name: compat:gutenberg
  color: D93F0B
  description: "Package compatibility"

- name: compat:multisite
  color: F9D0C4
  description: "Multisite/network considerations."

- name: compat:php
  color: D93F0B
  description: "Min/tested-up-to PHP"

- name: compat:woocommerce
  color: D93F0B
  description: "WooCommerce versions"

- name: compat:wordpress
  color: D93F0B
  description: "Core/Gutenberg versions"

- name: configuration
  color: ededed
  description: "TODO: Add description"

- name: cpt:pages
  color: C5DEF5
  description: "WordPress Pages"

- name: cpt:posts
  color: C5DEF5
  description: "WordPress Posts"

- name: cross-reference
  color: ededed
  description: "TODO: Add description"

- name: css
  color: ededed
  description: "TODO: Add description"

- name: dependencies
  color: 0366d6
  description: "Pull requests that update a dependency file"

- name: documentation
  color: ededed
  description: "TODO: Add description"

- name: env:live
  color: 0E8A16
  description: "Live/production"

- name: env:prototype
  color: E1E4E8
  description: "Prototype/sandbox"

- name: env:staging
  color: BFD4F2
  description: "Staging/UAT"

- name: github_actions
  color: 000000
  description: "Pull requests that update GitHub Actions code"

- name: governance
  color: ededed
  description: "TODO: Add description"

- name: javascript
  color: 168700
  description: "Pull requests that update javascript code"

- name: js
  color: ededed
  description: "TODO: Add description"

- name: lang:html
  color: C5DEF5
  description: "Markup"

- name: lang:js
  color: C5DEF5
  description: "JavaScript/TypeScript"

- name: lang:json
  color: C5DEF5
  description: "JSON config/content"

- name: lang:md
  color: C5DEF5
  description: "Markdown content/docs"

- name: lang:yaml
  color: C5DEF5
  description: "YAML config"

- name: maintenance
  color: ededed
  description: "TODO: Add description"

- name: meta
  color: ededed
  description: "TODO: Add description"

- name: meta:has-pr
  color: E1E4E8
  description: "Issue has a linked PR"

- name: meta:no-issue-activity
  color: E1E4E8
  description: "No recent issue activity"

- name: meta:no-pr-activity
  color: E1E4E8
  description: "No recent PR activity"

- name: meta:stale
  color: 9198A1
  description: "Marked as stale"

- name: onboarding
  color: ededed
  description: "TODO: Add description"

- name: package.json
  color: ededed
  description: "TODO: Add description"

- name: path-resolution
  color: ededed
  description: "TODO: Add description"

- name: php
  color: ededed
  description: "TODO: Add description"

- name: quickstart
  color: ededed
  description: "TODO: Add description"

- name: security
  color: ededed
  description: "TODO: Add description"

- name: standards
  color: ededed
  description: "TODO: Add description"

- name: status:duplicate
  color: E99695
  description: "Duplicate of another issue"

- name: status:in-discussion
  color: BFD4F2
  description: "Needs alignment/decision"

- name: status:needs-design
  color: C5DEF5
  description: "Early execution signal (triage queue for design)"

- name: status:needs-design-review
  color: D4C5F9
  description: "Awaiting design review"

- name: status:needs-dev
  color: C5DEF5
  description: "Early execution signal (triage queue for engineering)"

- name: status:needs-figma-update
  color: C5DEF5
  description: "Existing Figma design needs updating"

- name: status:needs-more-info
  color: BFD4F2
  description: "Missing details to proceed"

- name: status:needs-testing
  color: FEF2C0
  description: "Testing needed (manual/auto)"

- name: status:wontfix
  color: E1E4E8
  description: "Not planned to address"

- name: test
  color: ededed
  description: "TODO: Add description"

Detected by: Label Sync Workflow
Last Run: 2025-12-01T09:08:50.736Z

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions