mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Avoid macos stuff to become deprecated
This is a workaround for ansible/ansibullbot#1155
This commit is contained in:
parent
9a1c291d01
commit
2c2a79f712
1 changed files with 5 additions and 5 deletions
10
.github/BOTMETA.yml
vendored
10
.github/BOTMETA.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue