We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8da3652 commit 9895e64Copy full SHA for 9895e64
.github/labeler-issues.yml
@@ -0,0 +1,3 @@
1
+---
2
+pending-review:
3
+ - '.*'
.github/workflows/issues.yml
@@ -0,0 +1,19 @@
+name: Issue Triage
+
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