SERVER-116432 Add server-release as a codeowner on the v8.3 branch (#49823)

GitOrigin-RevId: d925ab0e47298cc9725c1101f4ed0403f740541d
This commit is contained in:
Zack Winter 2026-03-18 10:16:11 -07:00 committed by MongoDB Bot
parent dd7b1f909f
commit 7566a2fe21

View File

@ -751,57 +751,6 @@ tasks:
target: >-
//:format -- --check --all
- name: bazel_run_codeowners
tags:
[
"assigned_to_jira_team_devprod_build",
"development_critical_single_variant",
"lint",
"bazel_check",
"monorepo-commit-queue",
]
depends_on:
- name: version_expansions_gen
variant: generate-tasks-for-version
commands:
- command: timeout.update
params:
# 40 minutes
exec_timeout_secs: 2400
- func: "f_expansions_write"
- command: manifest.load
- func: "git get project and add git tag"
- func: "f_expansions_write"
- func: "kill processes"
- func: "cleanup environment"
- func: "set up venv"
- func: "upload pip requirements"
- func: "get engflow creds"
- command: github.generate_token
params:
owner: ${github_org}
repo: ${github_repo}
expansion_name: github_token_temp
- command: subprocess.exec
params:
binary: "bash"
args:
- "-c"
- |
echo "github_token: ${github_token_temp}" >> github_expansions.yml
- command: expansions.update
params:
file: github_expansions.yml
- func: "f_expansions_write"
- func: "bazel run"
vars:
target: >-
//:codeowners -- --check --expansions-file ../expansions.yml
- func: "bazel run"
vars:
target: >-
@bazel_rules_mongo//codeowners:check_github_codeowner_errors -- --expansions-file ../expansions.yml
- name: bazel_run_lint
tags:
[