BOTMETA: fix notified key (#45419)
This commit is contained in:
parent
111febe62e
commit
3e508aa271
1 changed files with 12 additions and 12 deletions
24
.github/BOTMETA.yml
vendored
24
.github/BOTMETA.yml
vendored
|
@ -416,7 +416,7 @@ files:
|
||||||
labels:
|
labels:
|
||||||
- cloud
|
- cloud
|
||||||
- aws
|
- aws
|
||||||
notify: ryansb s-hertel willthames
|
notified: ryansb s-hertel willthames
|
||||||
contrib/inventory/vmware.py:
|
contrib/inventory/vmware.py:
|
||||||
keywords:
|
keywords:
|
||||||
- vmware inventory
|
- vmware inventory
|
||||||
|
@ -814,7 +814,7 @@ files:
|
||||||
maintainers: $team_networking samdoran
|
maintainers: $team_networking samdoran
|
||||||
labels: networking
|
labels: networking
|
||||||
lib/ansible/release.py:
|
lib/ansible/release.py:
|
||||||
notify: mattclay nitzmahone
|
notified: mattclay nitzmahone
|
||||||
lib/ansible/template:
|
lib/ansible/template:
|
||||||
keywords:
|
keywords:
|
||||||
- jinja
|
- jinja
|
||||||
|
@ -841,17 +841,17 @@ files:
|
||||||
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/:
|
test/runner/:
|
||||||
notify: mattclay
|
notified: mattclay
|
||||||
test/sanity/:
|
test/sanity/:
|
||||||
notify: mattclay
|
notified: mattclay
|
||||||
test/utils/shippable/:
|
test/utils/shippable/:
|
||||||
notify: mattclay
|
notified: mattclay
|
||||||
test/integration/group_vars/:
|
test/integration/group_vars/:
|
||||||
notify: mattclay
|
notified: mattclay
|
||||||
test/integration/host_vars/:
|
test/integration/host_vars/:
|
||||||
notify: mattclay
|
notified: mattclay
|
||||||
test/integration/roles/:
|
test/integration/roles/:
|
||||||
notify: mattclay
|
notified: mattclay
|
||||||
test/integration/targets/aci:
|
test/integration/targets/aci:
|
||||||
maintainers: $team_aci
|
maintainers: $team_aci
|
||||||
labels:
|
labels:
|
||||||
|
@ -881,13 +881,13 @@ files:
|
||||||
- networking
|
- networking
|
||||||
test/sanity/pep8/legacy-files.txt:
|
test/sanity/pep8/legacy-files.txt:
|
||||||
hacking/report.py:
|
hacking/report.py:
|
||||||
notify: mattclay
|
notified: mattclay
|
||||||
shippable.yml:
|
shippable.yml:
|
||||||
notify: mattclay
|
notified: mattclay
|
||||||
.yamllint:
|
.yamllint:
|
||||||
notify: mattclay
|
notified: mattclay
|
||||||
tox.ini:
|
tox.ini:
|
||||||
notify: mattclay
|
notified: 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