Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Commit 84b810b

Browse files
authored
gh: add re-triage workflow (#201)
1 parent b9b3c04 commit 84b810b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/re-triage.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Re-triage issues with new comments
2+
on:
3+
issue_comment:
4+
types: [created]
5+
jobs:
6+
re-triage:
7+
runs-on: ubuntu-latest
8+
name: Re-triage issues with new comments
9+
steps:
10+
- uses: honeycombio/oss-management-actions/re-triage@v1
11+
with:
12+
ghprojects-token: ${{ secrets.GHPROJECTS_TOKEN }}

0 commit comments

Comments
 (0)