Skip to content

Commit

Permalink
gh: add re-triage workflow (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
vreynolds committed Dec 28, 2021
1 parent fda0ebf commit 4c0ab31
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/re-triage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Re-triage issues with new comments
on:
issue_comment:
types: [created]
jobs:
re-triage:
runs-on: ubuntu-latest
name: Re-triage issues with new comments
steps:
- uses: honeycombio/oss-management-actions/re-triage@v1
with:
ghprojects-token: ${{ secrets.GHPROJECTS_TOKEN }}

0 comments on commit 4c0ab31

Please sign in to comment.