File tree Expand file tree Collapse file tree 2 files changed +51
-0
lines changed
Expand file tree Collapse file tree 2 files changed +51
-0
lines changed Original file line number Diff line number Diff line change 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/**/*
You can’t perform that action at this time.
0 commit comments