diff options
Diffstat (limited to 'collections-debian-merged/ansible_collections/amazon/aws/.github')
-rw-r--r-- | collections-debian-merged/ansible_collections/amazon/aws/.github/BOTMETA.yml | 110 | ||||
-rw-r--r-- | collections-debian-merged/ansible_collections/amazon/aws/.github/settings.yml | 5 |
2 files changed, 115 insertions, 0 deletions
diff --git a/collections-debian-merged/ansible_collections/amazon/aws/.github/BOTMETA.yml b/collections-debian-merged/ansible_collections/amazon/aws/.github/BOTMETA.yml new file mode 100644 index 00000000..5612e8b5 --- /dev/null +++ b/collections-debian-merged/ansible_collections/amazon/aws/.github/BOTMETA.yml @@ -0,0 +1,110 @@ +automerge: false +files: + maintainers: $team_aws + docs/: + labels: docs + $action/: + labels: action + $action/aws_s3.py: + $callback/: + labels: callback + $doc_fragments/: + labels: doc_fragments + $doc_fragments/aws.py: + $doc_fragments/aws_credentials.py: + $doc_fragments/aws_region.py: + $doc_fragments/ec2.py: + $inventory/: + labels: inventory + $inventory/aws_ec2.py: + labels: inventory + $inventory/aws_rds.py: + labels: inventory + $lookup/: + labels: lookup + $module_utils/: + labels: module_utils + $module_utils/ec2.py: + labels: ec2 + $modules/: + authors: wimnat + maintainers: $team_aws + ignore: erydo nadirollo seiffert tedder + labels: modules + $modules/_aws_az_facts.py: + authors: Sodki + $modules/_aws_caller_facts.py: + authors: orthanc sdubrul + $modules/_cloudformation_facts.py: + authors: jmenga waffie1 + $modules/_ec2_ami_facts.py: + authors: prasadkatti + $modules/_ec2_group_facts.py: + authors: Sodki + $modules/_ec2_vpc_dhcp_option_facts.py: + authors: naslanidis + $modules/aws_az_info.py: + authors: Sodki + $modules/aws_caller_info.py: + authors: orthanc sdubrul + $modules/aws_s3.py: + authors: lwade s-hertel + $modules/cloudformation.py: + authors: jsmartin + $modules/cloudformation_info.py: + authors: jmenga waffie1 + $modules/ec2.py: + authors: lwade skvidal tgerla + labels: ec2 + ignore: erydo nadirollo seiffert skvidal + $modules/ec2_ami.py: + authors: Constantin07 gunzy83 scicoin-project wilvk + $modules/ec2_ami_info.py: + authors: prasadkatti + $modules/ec2_elb_lb.py: + authors: jsdalton + $modules/ec2_group.py: + authors: adq + $modules/ec2_group_info.py: + authors: Sodki + $modules/ec2_key.py: + authors: prasadkatti zbal + $modules/ec2_metadata_facts.py: + authors: roadmapper silviud + $modules/ec2_snapshot.py: + authors: willthames + $modules/ec2_tag.py: + authors: flowerysong lwade + $modules/ec2_tag_info.py: + authors: tremble + maintainers: jillr s-hertel + $modules/ec2_vol.py: + authors: lwade + $modules/ec2_vpc_dhcp_option.py: + authors: joelthompson + $modules/ec2_vpc_dhcp_option_info.py: + authors: naslanidis + $modules/ec2_vpc_net.py: + authors: defionscode s-hertel + ignore: defionscode joshsouza ryansb simplesteph + $modules/ec2_vpc_net_info.py: + maintainers: whiter + $modules/ec2_vpc_subnet.py: + authors: brandond erydo + scripts/inventory/: + labels: inventory + tests/: + labels: tests + tests/integration/: + labels: integrations + tests/units/: + labels: units +macros: + action: plugins/action + callback: plugins/callback + doc_fragments: plugins/doc_fragments + inventory: plugins/inventory + lookup: plugins/lookup + module_utils: plugins/module_utils + modules: plugins/modules + team_aws: jillr s-hertel tremble diff --git a/collections-debian-merged/ansible_collections/amazon/aws/.github/settings.yml b/collections-debian-merged/ansible_collections/amazon/aws/.github/settings.yml new file mode 100644 index 00000000..b27b575f --- /dev/null +++ b/collections-debian-merged/ansible_collections/amazon/aws/.github/settings.yml @@ -0,0 +1,5 @@ +# DO NOT MODIFY + +# Settings: https://probot.github.io/apps/settings/ +# Pull settings from https://github.com/ansible-collections/.github/blob/master/.github/settings.yml +_extends: ".github" |