Skip to content

Commit 9895e64

Browse files
authored
chore(gh): add issue labels (#551)
Add issue labels. Signed-off-by: Ryan Johnson <[email protected]>
1 parent 8da3652 commit 9895e64

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.github/labeler-issues.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
pending-review:
3+
- '.*'

.github/workflows/issues.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: Issue Triage
3+
4+
on:
5+
issues:
6+
types:
7+
- opened
8+
9+
jobs:
10+
label-issues:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Apply Issue Triage Labels
14+
uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
15+
with:
16+
repo-token: '${{ secrets.GITHUB_TOKEN }}'
17+
configuration-path: .github/labeler-issues.yml
18+
enable-versioned-regex: 0
19+
include-title: 1

0 commit comments

Comments
 (0)