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

release-24.1: codeowners: Add field-engineering team #139083

Open
wants to merge 1 commit into
base: release-24.1
Choose a base branch
from
Open
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
3 changes: 3 additions & 0 deletions TEAMS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,6 @@ cockroachdb/release-eng:
cockroachdb/upgrade-prs: other
label: T-release
triage_column_id: 9149730
cockroachdb/field-engineering:
# Field Eng isn't currently using github projects.
label: T-field-eng
1 change: 1 addition & 0 deletions pkg/cmd/roachtest/registry/owners.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const (
OwnerStorage Owner = `storage`
OwnerTestEng Owner = `test-eng`
OwnerDevInf Owner = `dev-inf`
OwnerFieldEng Owner = `field-engineering`
)

// IsValid returns true if the owner is valid, i.e. it has a corresponding team
Expand Down
3 changes: 3 additions & 0 deletions pkg/internal/team/TEAMS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,6 @@ cockroachdb/release-eng:
cockroachdb/upgrade-prs: other
label: T-release
triage_column_id: 9149730
cockroachdb/field-engineering:
# Field Eng isn't currently using github projects.
label: T-field-eng