Skip to content

Commit adaa3b2

Browse files
authored
fix validation for proper team (DataDog#20974)
* fix validation for proper team * changelog
1 parent 6f681b7 commit adaa3b2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix codeowners validation to use proper team

datadog_checks_dev/datadog_checks/dev/tooling/commands/validate/codeowners.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
DIRECTORY_REGEX = re.compile(r"\/(.*)\/$")
2121

22-
LOGS_TEAM = '@DataDog/logs-integrations-reviews'
22+
LOGS_TEAM = '@DataDog/logs-integrations-reviewers'
2323

2424
# Integrations that are known to be tiles and have email-based codeowners
2525
IGNORE_TILES = {

0 commit comments

Comments
 (0)