Add notify entries for files & dirs in BOTMETA.

This commit is contained in:
Matt Clay 2018-02-09 23:19:26 -08:00
parent c10080bfba
commit ab2151858e

22
.github/BOTMETA.yml vendored
View file

@ -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