diff options
author | Dag Wieers <dag@wieers.com> | 2019-02-07 19:25:46 +0100 |
---|---|---|
committer | John R Barker <john@johnrbarker.com> | 2019-02-07 18:25:46 +0000 |
commit | 705b0476fc7d36d3b9e28bd4a5036a395f79caeb (patch) | |
tree | 8187ebeb42bf455b1e8bee6ca88c7cc0f1c29a70 /.github | |
parent | dfee94dfc7adeaa5a37a8e7fe19bdb80137e9416 (diff) | |
download | ansible-705b0476fc7d36d3b9e28bd4a5036a395f79caeb.tar.gz |
Add team_crypto (#51866)
A first step to a Crypto Working Group.
This PR also includes letsencrypt keyword.
Diffstat (limited to '.github')
-rw-r--r-- | .github/BOTMETA.yml | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/.github/BOTMETA.yml b/.github/BOTMETA.yml index b3c8818832..495ae14f04 100644 --- a/.github/BOTMETA.yml +++ b/.github/BOTMETA.yml @@ -170,10 +170,10 @@ files: $modules/commands/raw.py: $team_ansible $modules/commands/script.py: $team_ansible $modules/commands/shell.py: $team_ansible - $modules/crypto/: - maintainers: Spredzy - notified: felixfontein - $modules/crypto/acme/: resmo felixfontein + $modules/crypto/: &crypto + keywords: [ letsencrypt, lets encrypt ] + labels: crypto + maintainers: $team_crypto $modules/database/influxdb/: kamsz $modules/database/mssql/mssql_db.py: Jmainguy kenichi-ogawa-1988 $modules/database/mysql/: &mysql @@ -576,9 +576,7 @@ files: $module_utils/cloudstack.py: maintainers: $team_cloudstack labels: cloudstack - $module_utils/crypto.py: - maintainers: Spredzy - notified: felixfontein + $module_utils/crypto.py: *crypto $module_utils/csharp: &windows_core labels: windows maintainers: $team_windows_core @@ -1335,6 +1333,7 @@ macros: team_bsd: AMDmi3 bcoca dagwieers jasperla JoergFiedler mekanix opoplawski overhacked tuxillo team_cloudscale: gaudenz resmo team_cloudstack: resmo dpassante rhtyd + team_crypto: felixfontein resmo spredzy team_cumulus: isharacomix jrrivers team_cyberark_conjur: jvanderhoof ryanprior team_digital_ocean: aluvenko, BondAnthony, mgregson |