Commit 79c9e7a 1 parent f75c14b commit 79c9e7a Copy full SHA for 79c9e7a
File tree 2 files changed +58
-0
lines changed
2 files changed +58
-0
lines changed Original file line number Diff line number Diff line change
1
+ ci :
2
+ - .github/**/*
3
+ - " *.json"
4
+ - " *.yaml"
5
+ - " *.cfg"
6
+ - .clang-format
7
+ - .gitignore
8
+ - .prettierignore
9
+ document :
10
+ - docs/**/*
11
+ - " **/*.txt"
12
+ - " **/*.md"
13
+ - " **/*.rst"
14
+ - " **/*.jpg"
15
+ - " **/*.png"
16
+ - " **/*.svg"
17
+ common :
18
+ - common/**/*
19
+ control :
20
+ - control/**/*
21
+ evaluator :
22
+ - evaluator/**/*
23
+ launch :
24
+ - launch/**/*
25
+ localization :
26
+ - localization/**/*
27
+ map :
28
+ - map/**/*
29
+ perception :
30
+ - perception/**/*
31
+ planning :
32
+ - planning/**/*
33
+ sensing :
34
+ - sensing/**/*
35
+ simulator :
36
+ - simulator/**/*
37
+ system :
38
+ - system/**/*
39
+ tools :
40
+ - tools/**/*
41
+ vehicle :
42
+ - vehicle/**/*
Original file line number Diff line number Diff line change
1
+ name : pr-labeler
2
+ on :
3
+ pull_request_target :
4
+ types :
5
+ - opened
6
+ - edited
7
+ - synchronize
8
+
9
+ jobs :
10
+ label :
11
+ runs-on : ubuntu-latest
12
+ steps :
13
+ - uses : actions/labeler@v4
14
+ with :
15
+ repo-token : ${{ secrets.GITHUB_TOKEN }}
16
+ configuration-path : .github/labeler.yaml
You can’t perform that action at this time.
0 commit comments