Skip to content

Remove non-existent priority labels from issue triage workflow#171

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/agentic-workflows-fix-workflow-failure
Draft

Remove non-existent priority labels from issue triage workflow#171
Copilot wants to merge 2 commits intomainfrom
copilot/agentic-workflows-fix-workflow-failure

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 7, 2026

The Issue Triage Workflow (run 23943097631) fails at the "Validate COPILOT_GITHUB_TOKEN secret" step — that requires a repo admin to configure the secret per gh-aw docs. Separately, the workflow references four priority/* labels that don't exist in the repository, which would cause runtime failures even once the secret is configured.

Changes

  • issue-triage.md: Remove priority/critical, priority/high, priority/medium, priority/low from allowed labels; remove "Assess Priority" prompt section; renumber steps
  • issue-triage.lock.yml: Update all five locations referencing priority labels (safe-outputs config JSON, add_labels tool description, handler config, workflow description comment/env var)

Remaining: repo admin action needed

The COPILOT_GITHUB_TOKEN secret must be added to the repository settings for the workflow to pass the secret validation step. No code change can address this.

Remove references to priority/critical, priority/high, priority/medium,
and priority/low labels that don't exist in the repository. Update both
the source .md file and the compiled .lock.yml to only reference labels
that actually exist.

The primary workflow failure (COPILOT_GITHUB_TOKEN secret not configured)
requires repository administrator action to resolve.

Agent-Logs-Url: https://github.com/Azure/AppConfiguration-KubernetesProvider/sessions/b5329499-a2d0-4a60-8dcc-93725d34bb54

Co-authored-by: RichardChen820 <99175581+RichardChen820@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix Issue Triage Workflow secret verification failure Remove non-existent priority labels from issue triage workflow Apr 7, 2026
Copilot AI requested a review from RichardChen820 April 7, 2026 05:18
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.

[agentics] Issue Triage Workflow failed

2 participants