Add notify entries for files & dirs in BOTMETA.
This commit is contained in:
parent
c10080bfba
commit
ab2151858e
1 changed files with 22 additions and 0 deletions
22
.github/BOTMETA.yml
vendored
22
.github/BOTMETA.yml
vendored
|
@ -1229,6 +1229,20 @@ files:
|
||||||
packaging/:
|
packaging/:
|
||||||
test/:
|
test/:
|
||||||
# 'test' is a component path, then 'test' label will be automatically added
|
# 'test' is a component path, then 'test' label will be automatically added
|
||||||
|
test/runner/:
|
||||||
|
notify: mattclay
|
||||||
|
test/sanity/:
|
||||||
|
notify: mattclay
|
||||||
|
test/utils/docker/:
|
||||||
|
notify: mattclay
|
||||||
|
test/utils/shippable/:
|
||||||
|
notify: mattclay
|
||||||
|
test/integration/group_vars/:
|
||||||
|
notify: mattclay
|
||||||
|
test/integration/host_vars/:
|
||||||
|
notify: mattclay
|
||||||
|
test/integration/roles/:
|
||||||
|
notify: mattclay
|
||||||
test/integration/targets/nxos:
|
test/integration/targets/nxos:
|
||||||
maintainers: $team_nxos
|
maintainers: $team_nxos
|
||||||
labels:
|
labels:
|
||||||
|
@ -1246,6 +1260,14 @@ files:
|
||||||
- nxos
|
- nxos
|
||||||
test/sanity/pep8/legacy-files.txt:
|
test/sanity/pep8/legacy-files.txt:
|
||||||
labels: pep8
|
labels: pep8
|
||||||
|
hacking/report.py:
|
||||||
|
notify: mattclay
|
||||||
|
shippable.yml:
|
||||||
|
notify: mattclay
|
||||||
|
.yamllint:
|
||||||
|
notify: mattclay
|
||||||
|
tox.ini:
|
||||||
|
notify: mattclay
|
||||||
macros:
|
macros:
|
||||||
module_utils: lib/ansible/module_utils
|
module_utils: lib/ansible/module_utils
|
||||||
modules: lib/ansible/modules
|
modules: lib/ansible/modules
|
||||||
|
|
Loading…
Reference in a new issue