Skip to content
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
8 changes: 7 additions & 1 deletion .buildkite/pull-requests.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,13 @@
"skip_ci_on_only_changed": [
"^docs/",
"^.github/",
"^.mergify.yml"
"^.mergify.yml$",
"^.buildkite/configs/",
"^.buildkite/pipeline.cloud-cleanup.yml$",
"^.buildkite/pipeline.serverless.yml$",
"^.buildkite/pipeline.test-with-integrations-repo.yml$",
"^.buildkite/pull-requests.json$",
"^catalog-info.yaml$"
],
"always_require_ci_on_changed": [ ]
},
Expand Down
12 changes: 12 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,18 @@ spec:
access_level: MANAGE_BUILD_AND_READ
observablt-ci:
access_level: MANAGE_BUILD_AND_READ
elastic-agent-control-plane:
access_level: BUILD_AND_READ
elastic-agent-data-plane:
access_level: BUILD_AND_READ
fleet:
access_level: BUILD_AND_READ
obs-infraobs-integrations:
access_level: BUILD_AND_READ
sec-deployment-and-devices:
access_level: BUILD_AND_READ
security-service-integrations:
access_level: BUILD_AND_READ
Comment on lines +65 to +76
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For double checking, is it needed any other step/action to add new teams to this list ? As a context, all these teams already exist.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As far as I know, it should work as is.

everyone:
access_level: READ_ONLY

Expand Down