Skip to content

chore: add needs-triage caller workflow#904

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

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

Conversation

@dussab
Copy link
Copy Markdown
Member

@dussab dussab commented May 29, 2026

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
@vercel
Copy link
Copy Markdown

vercel Bot commented May 29, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs-website Ready Ready Preview, Comment May 29, 2026 9:31am

Request Review

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds a GitHub Actions caller workflow to apply the org-wide needs-triage issue labeling automation for newly opened or reopened issues.

Changes:

  • Adds .github/workflows/triage.yml.
  • Triggers on issues events for opened and reopened.
  • Calls the reusable stacklok/.github triage workflow.

Comment on lines +1 to +7
on:
issues:
types: [opened, reopened]

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

jobs:
triage:
uses: stacklok/.github/.github/workflows/needs-triage.yml@v1
@@ -0,0 +1,8 @@
on:
@dussab
Copy link
Copy Markdown
Member Author

dussab commented May 29, 2026

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:37
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