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 a85fe39 commit 2b0219bCopy full SHA for 2b0219b
.github/labeler.yml
@@ -0,0 +1,38 @@
1
+cpp:
2
+ - "*.cpp"
3
+java:
4
+ - "*.java"
5
+python:
6
+ - "*.py"
7
+python3:
8
9
+c:
10
+ - "*.c"
11
+csharp:
12
+ - "*.cs"
13
+javascript:
14
+ - "*.js"
15
+typescript:
16
+ - "*.ts"
17
+php:
18
+ - "*.php"
19
+swift:
20
+ - "*.swift"
21
+kotlin:
22
+ - "*.kt"
23
+dart:
24
+ - "*.dart"
25
+go:
26
+ - "*.go"
27
+ruby:
28
+ - "*.rb"
29
+scala:
30
+ - "*.scala"
31
+rust:
32
+ - "*.rs"
33
+racket:
34
+ - "*.rkt"
35
+erlang:
36
+ - "*.erl"
37
+elixir:
38
+ - "*.ex"
.github/workflows/pr-labeler.yaml
@@ -0,0 +1,12 @@
+name: "Pull Request Labeler"
+on:
+ - pull_request_target
+
+jobs:
+ labeler:
+ permissions:
+ contents: read
+ pull-requests: write
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/labeler@v5
0 commit comments