-
-
Notifications
You must be signed in to change notification settings - Fork 7.2k
30 lines (29 loc) · 730 Bytes
/
triage.yml
File metadata and controls
30 lines (29 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: Issue triage
on:
issues:
types: [opened, labeled, unlabeled, closed]
jobs:
triage:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: vuetifyjs/triage-action@master
with:
token: ${{ secrets.GITHUB_TOKEN }}
triageLabel: 'S: triage'
staleLabel: 'S: stale'
sponsorsFile: '.github/sponsors.yml'
duplicateLabel: 'duplicate'
triagedLabels: |-
T: documentation
T: bug
T: enhancement
T: feature
T: question
Epic
Task
duplicate
layer 8 issue
invalid
wontfix
working as intended