Original author wishes not to be notified by ansibot (#28447)
And moving maintainers to BOTMETA.yml as well.
This commit is contained in:
parent
beed59f303
commit
b9cee65756
2 changed files with 5 additions and 18 deletions
3
.github/BOTMETA.yml
vendored
3
.github/BOTMETA.yml
vendored
|
@ -370,6 +370,9 @@ files:
|
||||||
$modules/files/template.py: $team_ansible
|
$modules/files/template.py: $team_ansible
|
||||||
$modules/files/unarchive.py: dagwieers pileofrogs
|
$modules/files/unarchive.py: dagwieers pileofrogs
|
||||||
$modules/files/xattr.py: $team_ansible bcoca
|
$modules/files/xattr.py: $team_ansible bcoca
|
||||||
|
$modules/files/xml.py:
|
||||||
|
ignored: magnus919
|
||||||
|
maintainers: tbielawa dagwieers sm4rk0 cmprescott
|
||||||
$modules/identity/ipa/ipa_dnsrecord.py: Nosmoht akasurde
|
$modules/identity/ipa/ipa_dnsrecord.py: Nosmoht akasurde
|
||||||
$modules/identity/ipa/ipa_group.py: Nosmoht
|
$modules/identity/ipa/ipa_group.py: Nosmoht
|
||||||
$modules/identity/ipa/ipa_hbacrule.py: Nosmoht
|
$modules/identity/ipa/ipa_hbacrule.py: Nosmoht
|
||||||
|
|
|
@ -5,23 +5,9 @@
|
||||||
# Tim Bielawa <tbielawa@redhat.com>
|
# Tim Bielawa <tbielawa@redhat.com>
|
||||||
# Magnus Hedemark <mhedemar@redhat.com>
|
# Magnus Hedemark <mhedemar@redhat.com>
|
||||||
# Copyright 2017, Dag Wieers <dag@wieers.com>
|
# Copyright 2017, Dag Wieers <dag@wieers.com>
|
||||||
#
|
|
||||||
# This file is part of Ansible
|
|
||||||
#
|
|
||||||
# Ansible is free software: you can redistribute it and/or modify
|
|
||||||
# it under the terms of the GNU General Public License as published by
|
|
||||||
# the Free Software Foundation, either version 3 of the License, or
|
|
||||||
# (at your option) any later version.
|
|
||||||
#
|
|
||||||
# Ansible is distributed in the hope that it will be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
# Make coding more python3-ish
|
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
|
|
||||||
from __future__ import (absolute_import, division, print_function)
|
from __future__ import (absolute_import, division, print_function)
|
||||||
__metaclass__ = type
|
__metaclass__ = type
|
||||||
|
|
||||||
|
@ -115,8 +101,6 @@ author:
|
||||||
- Tim Bielawa (@tbielawa)
|
- Tim Bielawa (@tbielawa)
|
||||||
- Magnus Hedemark (@magnus919)
|
- Magnus Hedemark (@magnus919)
|
||||||
- Dag Wieers (@dagwieers)
|
- Dag Wieers (@dagwieers)
|
||||||
- Marko Stanković (@sm4rk0)
|
|
||||||
- Christopher Prescott (@cmprescott)
|
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = r'''
|
EXAMPLES = r'''
|
||||||
|
|
Loading…
Reference in a new issue