Skip to content

chore: add needs-triage caller workflow#2297

Closed
dussab wants to merge 1 commit into
mainfrom
add-needs-triage-workflow
Closed

chore: add needs-triage caller workflow#2297
dussab wants to merge 1 commit into
mainfrom
add-needs-triage-workflow

Conversation

@dussab

@dussab dussab commented May 29, 2026

Copy link
Copy Markdown
Member

Wires up the org-wide needs-triage reusable workflow.

What it does: any new or reopened issue is automatically labeled needs-triage. Removing the label is the explicit signal that a maintainer has triaged it. Bot-authored issues are skipped.

Triage queue: is:issue is:open label:needs-triage

Calls stacklok/.github/.github/workflows/needs-triage.yml@v1issues: write only, action pinned to a commit SHA.

Copilot AI review requested due to automatic review settings May 29, 2026 09:30

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds an issues-triggered GitHub Actions workflow to call the org-wide reusable needs-triage workflow so newly opened/reopened issues can be automatically labeled for maintainer triage.

Changes:

  • Introduces .github/workflows/triage.yml to run on issues events (opened, reopened).
  • Calls the reusable workflow stacklok/.github/.github/workflows/needs-triage.yml.

on:
issues:
types: [opened, reopened]

@@ -0,0 +1,8 @@
on:

jobs:
triage:
uses: stacklok/.github/.github/workflows/needs-triage.yml@v1
@dussab

dussab commented May 29, 2026

Copy link
Copy Markdown
Member Author

Closing: a bug was found in the rollout script. Will re-open once fixed.

@dussab dussab closed this May 29, 2026
@dussab dussab deleted the add-needs-triage-workflow branch May 29, 2026 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants