Skip to content

Commit d541fbb

Browse files
seanpmorganWindQAQ
authored andcommitted
Add config for labeler (#835)
* Add config for labeler * Add custom-op label
1 parent 8ae8116 commit d541fbb

File tree

2 files changed

+51
-0
lines changed

2 files changed

+51
-0
lines changed

.github/boring-cyborg.yml

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
labelPRBasedOnFilePath:
2+
# Subpackages
3+
activations:
4+
- tensorflow_addons/activations/**/*
5+
6+
callbacks:
7+
- tensorflow_addons/callbacks/**/*
8+
9+
custom-ops:
10+
- tensorflow_addons/custom_ops/**/*
11+
12+
image:
13+
- tensorflow_addons/image/**/*
14+
15+
layers:
16+
- tensorflow_addons/layers/**/*
17+
18+
losses:
19+
- tensorflow_addons/losses/**/*
20+
21+
metrics:
22+
- tensorflow_addons/metrics/**/*
23+
24+
optimizers:
25+
- tensorflow_addons/optimizers/**/*
26+
27+
seq2seq:
28+
- tensorflow_addons/seq2seq/**/*
29+
30+
text:
31+
- tensorflow_addons/text/**/*
32+
33+
# Other labels
34+
build:
35+
- build_deps/**/*
36+
- tools/ci_build/**/*
37+
38+
documentation:
39+
- docs/**/*
40+
41+
tutorials:
42+
- docs/tutorials/**/*
43+
44+
testing:
45+
- tools/ci_testing/**/
46+
47+
style:
48+
- STYLE_GUIDE.md
49+
50+
github:
51+
- .github/**/*

.github/labeler.yml

Whitespace-only changes.

0 commit comments

Comments
 (0)