8000
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 b866188 commit d1efebdCopy full SHA for d1efebd
.github/labeler.yml
@@ -0,0 +1,4 @@
1
+team/graph:
2
+ - '/.*/'
3
+graph/scip-java:
4
.github/workflows/labeler.yml
@@ -0,0 +1,19 @@
+name: "Issue Labeler"
+on:
+ issues:
+ types: [opened, edited]
5
+
6
+permissions:
7
+ issues: write
8
+ contents: read
9
10
+jobs:
11
+ triage:
12
+ runs-on: ubuntu-latest
13
+ steps:
14
+ - uses: github/issue-labeler@v3.4
15
+ with:
16
+ configuration-path: .github/labeler.yml
17
+ not-before: 2020-01-15T02:54:32Z
18
+ enable-versioned-regex: 0
19
+ repo-token: ${{ github.token }}
0 commit comments