Skip to content

Commit 3ad49c9

Browse files
authored
Disable build pull requests from webhook (#1239)
1 parent 18c21c0 commit 3ad49c9

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

catalog-info.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ spec:
4141
pipeline_file: ".buildkite/pipeline.yml"
4242
provider_settings:
4343
build_pull_request_forks: false
44+
build_pull_requests: false # PR builds are managed by buildkite-pr-bot
4445
build_tags: true
4546
repository: elastic/elastic-package
4647
cancel_intermediate_builds: true
@@ -50,9 +51,10 @@ spec:
5051
env:
5152
ELASTIC_PR_COMMENTS_ENABLED: 'true'
5253
teams:
53-
ecosystem: {}
54+
ecosystem:
55+
access_level: MANAGE_BUILD_AND_READ
5456
ingest-fp:
55-
access_level: BUILD_AND_READ
57+
access_level: MANAGE_BUILD_AND_READ
5658
everyone:
5759
access_level: READ_ONLY
5860

@@ -82,15 +84,17 @@ spec:
8284
pipeline_file: ".buildkite/pipeline.package-storage-publish.yml"
8385
provider_settings:
8486
build_pull_request_forks: false
87+
build_pull_requests: false # PR builds are managed by buildkite-pr-bot
8588
build_tags: true
8689
repository: elastic/elastic-package
8790
cancel_intermediate_builds: true
8891
cancel_intermediate_builds_branch_filter: '!main'
8992
skip_intermediate_builds: true
9093
skip_intermediate_builds_branch_filter: '!main'
9194
teams:
92-
ecosystem: {}
95+
ecosystem:
96+
access_level: MANAGE_BUILD_AND_READ
9397
ingest-fp:
94-
access_level: BUILD_AND_READ
98+
access_level: MANAGE_BUILD_AND_READ
9599
everyone:
96100
access_level: READ_ONLY

0 commit comments

Comments
 (0)