Skip to content

Commit 3139229

Browse files
authored
Add devtools team to as owners (#70)
1 parent 8264dae commit 3139229

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# These owners will be the default owners for everything in
22
# the repo.
3-
* @elastic/search-extract-and-transform
3+
* @elastic/devtools-team

catalog-info.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,21 @@ metadata:
1212

1313
spec:
1414
type: buildkite-pipeline
15-
owner: group:search-extract-and-transform
15+
owner: group:devtools-team
1616
system: buildkite
1717
implementation:
1818
apiVersion: buildkite.elastic.dev/v1
1919
kind: Pipeline
2020
metadata:
2121
name: mcp-server-elasticsearch
22-
description:
22+
description: Run checks for the mcp-server-elasticsearch package
2323
spec:
2424
repository: elastic/mcp-server-elasticsearch
2525
pipeline_file: ".buildkite/pipeline.yml"
2626
teams:
2727
search-extract-and-transform:
2828
access_level: MANAGE_BUILD_AND_READ
29+
devtools-team:
30+
access_level: MANAGE_BUILD_AND_READ
2931
everyone:
3032
access_level: READ_ONLY

0 commit comments

Comments
 (0)