Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions local/bin/py/build/configurations/pull_config_preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,18 @@
# https://github.com/DataDog/dd-go/blob/prod/networks/model/domain/azure_services.go
- networks/model/domain/azure_services.go

- repo_name: integrations-core
contents:

- action: integrations
branch: justin-lesko/eks-fargate-native-logging
globs:
- "*/metadata.csv"
- "*/manifest.json"
- "*/assets/service_checks.json"
- "*/README.md"
- "*/datadog_checks/*/__about__.py"

# Some dogweb integrations are not migrated to APW yet, this is here for reviewing upstream changes locally.
# Please don't add this to pull_config.yaml / production.
- repo_name: dogweb
Expand Down
Loading