Skip to content

Commit 8145863

Browse files
authored
Share ownership of dependency building (#23402)
1 parent b8bae35 commit 8145863

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/CODEOWNERS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ manifest.json @DataDog/documentation @DataDog/agent-integrations
1717

1818
# Dependencies
1919
/.deps/ @DataDog/agent-integrations @DataDog/agent-build
20-
/.builders/ @DataDog/agent-build
20+
/.builders/ @DataDog/agent-integrations @DataDog/agent-build
2121
/.builders/images/ @DataDog/agent-integrations @DataDog/agent-build
2222
/.builders/patches/ @DataDog/agent-integrations @DataDog/agent-build
2323

@@ -810,7 +810,7 @@ docs/developer/process/integration-release.md @DataDog/a
810810
# As well as the pipelines.
811811
/.github/chainguard/ @DataDog/agent-integrations
812812
/.github/workflows/ @DataDog/agent-integrations
813-
/.github/workflows/resolve-build-deps.yml @DataDog/agent-build
813+
/.github/workflows/resolve-build-deps.yml @DataDog/agent-integrations @DataDog/agent-build
814814
/.gitlab-ci.yml @DataDog/agent-integrations
815815
/.github/CODEOWNERS @DataDog/agent-integrations @DataDog/saas-integrations
816816
/.github/workflows/config/labeler.yml @DataDog/agent-integrations @DataDog/saas-integrations

0 commit comments

Comments
 (0)