Skip to content

chore: add needs-triage caller workflow#5397

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

chore: add needs-triage caller workflow#5397
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.

@dussab dussab requested a review from JAORMX as a code owner May 29, 2026 09:30
@github-actions github-actions Bot added the size/XS Extra small PR: < 100 lines changed label May 29, 2026

jobs:
triage:
uses: stacklok/.github/.github/workflows/needs-triage.yml@v1
@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:36
@codecov
Copy link
Copy Markdown

codecov Bot commented May 29, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 68.78%. Comparing base (83aaf96) to head (2545390).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5397      +/-   ##
==========================================
- Coverage   68.82%   68.78%   -0.04%     
==========================================
  Files         628      628              
  Lines       63900    63900              
==========================================
- Hits        43981    43956      -25     
- Misses      16661    16691      +30     
+ Partials     3258     3253       -5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/XS Extra small PR: < 100 lines changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants