Skip to content

Commit

Permalink
ci: add triage label for new issues
Browse files Browse the repository at this point in the history
  • Loading branch information
troian committed Feb 7, 2023
1 parent 9e2bfc7 commit 5b9a4c1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/label-triage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
triage:
issues:
reopen: false
15 changes: 15 additions & 0 deletions .github/workflows/label-triage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: "Add Triage label"
on:
issues:
types:
- reopened
- opened

jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: dessant/label-actions@v3
with:
process-only: 'issues'
config-path: '.github/label-triage.yml'

0 comments on commit 5b9a4c1

Please sign in to comment.