Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Old Team Name (SIT) from CODEOWNERS #33672

Merged
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
/repository.datadog.yml @DataDog/agent-devx-infra
/generate_tools.go @DataDog/agent-devx-infra
/service.datadog.yaml @DataDog/agent-delivery
/static-analysis.datadog.yml @DataDog/software-integrity-and-trust @DataDog/sdlc-security @DataDog/agent-devx-infra
/static-analysis.datadog.yml @DataDog/sdlc-security @DataDog/agent-devx-infra

/modules.yml @DataDog/agent-runtimes
# if go.work changes then either .go-version or modules.yml changed too, so ASC might as well own it
Expand Down Expand Up @@ -435,7 +435,7 @@
/pkg/config/setup/system_probe_cws_windows.go @DataDog/windows-kernel-integrations @DataDog/agent-configuration
/pkg/config/setup/security_agent.go @DataDog/agent-security @DataDog/agent-configuration
/pkg/config/remote/ @DataDog/remote-config
/pkg/config/remote/meta/ @DataDog/remote-config @DataDog/software-integrity-and-trust @DataDog/sdlc-security
/pkg/config/remote/meta/ @DataDog/remote-config @DataDog/sdlc-security
/pkg/containerlifecycle/ @Datadog/container-integrations
/pkg/diagnose/ @Datadog/container-platform
/pkg/diagnose/connectivity/ @DataDog/agent-configuration
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/JOBOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -165,4 +165,4 @@ pull_test_dockers* @DataDog/universal-service-monitoring
single_machine_performance* @DataDog/single-machine-performance

# Dependency Security
software_composition_analysis* @DataDog/software-integrity-and-trust
software_composition_analysis* @DataDog/sdlc-security
2 changes: 1 addition & 1 deletion tasks/libs/issue/assign.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def team_to_label(team):
dico = {
'apm-core-reliability-and-performance': "agent-apm",
'universal-service-monitoring': "usm",
'software-integrity-and-trust': "agent-security",
'sdlc-security': "agent-security",
'agent-all': "triage",
'telemetry-and-analytics': "agent-apm",
'fleet': "fleet-automation",
Expand Down
2 changes: 1 addition & 1 deletion tasks/libs/issue/model/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'triage',
'windows-kernel-integrations',
'container-integrations',
'software-integrity-and-trust',
'sdlc-security',
'opentelemetry',
'universal-service-monitoring',
'agent-build-and-releases',
Expand Down
2 changes: 1 addition & 1 deletion tasks/libs/pipeline/github_jira_map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
'@datadog/windows-kernel-integrations': WKINT
'@datadog/opentelemetry': OTAGENT
'@datadog/agent-e2e-testing': ADXT
'@datadog/software-integrity-and-trust': SINT
'@datadog/sdlc-security': SINT
'@datadog/single-machine-performance': SMP
'@datadog/agent-integrations': AI
'@datadog/debugger': DEBUG
Expand Down
2 changes: 1 addition & 1 deletion tasks/libs/pipeline/github_slack_map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
'@datadog/windows-kernel-integrations': '#windows-kernel-integrations-ops'
'@datadog/opentelemetry': '#opentelemetry-ops'
'@datadog/agent-e2e-testing': '#agent-devx-loops-ops'
'@datadog/software-integrity-and-trust': '#sit'
'@datadog/sdlc-security': '#sit'
'@datadog/single-machine-performance': '#single-machine-performance'
'@datadog/agent-integrations': '#agent-integrations'
'@datadog/debugger': '#debugger-ops-prod'
Expand Down
2 changes: 1 addition & 1 deletion tasks/libs/pipeline/github_slack_review_map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
'@datadog/opentelemetry': '#opentelemetry'
'@datadog/opentelemetry-agent': '#opentelemetry-agent'
'@datadog/agent-e2e-testing': '#agent-e2e-framework-help'
'@datadog/software-integrity-and-trust': '#sit'
'@datadog/sdlc-security': '#sit'
'@datadog/single-machine-performance': '#single-machine-performance'
'@datadog/agent-integrations': '#agent-integrations'
'@datadog/debugger': '#debugger'
Expand Down
1 change: 0 additions & 1 deletion tasks/libs/releasing/documentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
NON_RELEASING_TEAMS = {
'telemetry-and-analytics',
'documentation',
'software-integrity-and-trust',
'single-machine-performance',
'agent-all',
'apm-core-reliability-and-performance',
Expand Down
Loading