File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 5
5
"pipelineSlug" : " golang-crossbuild" ,
6
6
"allow_org_users" : true ,
7
7
"allowed_repo_permissions" : [" admin" , " write" ],
8
- "allowed_list" : [ ],
8
+ "allowed_list" : [" dependabot[bot] " , " mergify[bot] " ],
9
9
"set_commit_status" : true ,
10
10
"build_on_commit" : true ,
11
11
"build_on_comment" : true ,
14
14
"skip_ci_labels" : [ ],
15
15
"skip_target_branches" : [ ],
16
16
"skip_ci_on_only_changed" : [ ],
17
- "always_require_ci_on_changed" : [ ]
17
+ "always_require_ci_on_changed" : [ ],
18
+ "fail_on_not_mergeable" : true
18
19
}
19
20
]
20
21
}
Original file line number Diff line number Diff line change @@ -34,12 +34,14 @@ spec:
34
34
name : golang-crossbuild
35
35
description : ' Pipeline for the golang-crossbuild project'
36
36
spec :
37
- branch_configuration : " main v1.*"
37
+ # TODO uncomment when pipeline is ready
38
+ # branch_configuration: "main v1.*" # temporarily disable to build PRs from forks
38
39
pipeline_file : " .buildkite/pipeline.yml"
39
40
provider_settings :
41
+ build_tags : true
42
+ publish_commit_status : true
40
43
build_pull_request_forks : false
41
44
build_pull_requests : true # requires filter_enabled and filter_condition settings as below when used with buildkite-pr-bot
42
- build_tags : true
43
45
filter_enabled : true
44
46
filter_condition : >-
45
47
build.pull_request.id == null || (build.creator.name == 'elasticmachine' && build.pull_request.id != null)
You can’t perform that action at this time.
0 commit comments