diff options
author | John R Barker <john@johnrbarker.com> | 2019-11-06 13:01:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-06 13:01:27 +0000 |
commit | da25c2b07b10566abaa0b58322ff9c9639043c03 (patch) | |
tree | baaa7fe9ae01f55462d9a5fdbd9892d71558ca1d /.github | |
parent | f34d59dbef1333a742e4f7eba5685f4d6c6c643d (diff) | |
download | ansible-da25c2b07b10566abaa0b58322ff9c9639043c03.tar.gz |
Move datadog modules to own subdir (#64502)
* Move datadog modules to own subdir
* datadog ignore.txt
Diffstat (limited to '.github')
-rw-r--r-- | .github/BOTMETA.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/BOTMETA.yml b/.github/BOTMETA.yml index 529fba1b20..f30fa83213 100644 --- a/.github/BOTMETA.yml +++ b/.github/BOTMETA.yml @@ -250,7 +250,7 @@ files: $modules/messaging/rabbitmq/: $team_rabbitmq $modules/monitoring/airbrake_deployment.py: ignored: bpennypacker - $modules/monitoring/datadog_event.py: + $modules/monitoring/datadog/datadog_event.py: ignored: arturaz $modules/monitoring/grafana: labels: grafana |