From 2c2a79f7129595ae0dda0fa7a1d457f3c8ce05f7 Mon Sep 17 00:00:00 2001 From: Dag Wieers Date: Fri, 25 Jan 2019 22:25:07 +0100 Subject: [PATCH] Avoid macos stuff to become deprecated This is a workaround for ansible/ansibullbot#1155 --- .github/BOTMETA.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/BOTMETA.yml b/.github/BOTMETA.yml index 088b5280a8c..42c145de7db 100644 --- a/.github/BOTMETA.yml +++ b/.github/BOTMETA.yml @@ -288,10 +288,7 @@ files: $modules/network/system/: $team_networking $modules/network/voss/: $team_extreme $modules/network/vyos/: Qalthos samdoran NilashishC - $modules/notification/_osx_say.py: &macos - ignored: frenck - labels: macos - maintainers: $team_macos + $modules/notification/_osx_say.py: $team_ansible $modules/notification/rocketchat.py: ignored: ramondelafuente maintainers: Deepakkothandan @@ -312,7 +309,10 @@ files: ignored: bleader labels: bsd maintainers: $team_bsd - $modules/packaging/os/homebrew.py: *macos + $modules/packaging/os/homebrew.py: &macos + ignored: frenck + labels: macos + maintainers: $team_macos $modules/packaging/os/homebrew_: *macos $modules/packaging/os/macports.py: *macos $modules/packaging/os/package.py: $team_ansible