From e767c7d694d57af1a599cc3ae7f5ee12370f9581 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Fri, 22 Sep 2017 16:21:12 +0200 Subject: [PATCH] Ignore david_obrien since the account no longer exists (#30742) The bot seems to still ping that account, cf https://github.com/ansible/ansible/issues/30693#issuecomment-331144767 --- .github/BOTMETA.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/BOTMETA.yml b/.github/BOTMETA.yml index d6cac4a8156..c87043d1738 100644 --- a/.github/BOTMETA.yml +++ b/.github/BOTMETA.yml @@ -607,7 +607,9 @@ files: $modules/system/selinux_permissive.py: mscherer $modules/system/seport.py: dankeder $modules/system/service.py: $team_ansible - $modules/system/setup.py: $team_ansible + $modules/system/setup.py: + ignored: david_obrien + maintainers: $team_ansible $modules/system/solaris_zone.py: pmarkham $modules/system/svc.py: bcoca $modules/system/sysctl.py: akasurde davixx