We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77594f0 commit 599941dCopy full SHA for 599941d
.buildkite/pull-requests.json
@@ -0,0 +1,20 @@
1
+{
2
+ "jobs": [
3
+ {
4
+ "enabled": true,
5
+ "pipelineSlug": "elastic-package",
6
+ "allow_org_users": true,
7
+ "allowed_repo_permissions": ["admin", "write"],
8
+ "allowed_list": ["dependabot[bot]", "mergify[bot]"],
9
+ "set_commit_status": true,
10
+ "build_on_commit": true,
11
+ "build_on_comment": true,
12
+ "trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it))",
13
+ "always_trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it))",
14
+ "skip_ci_labels": [ ],
15
+ "skip_target_branches": [ ],
16
+ "skip_ci_on_only_changed": [ ],
17
+ "always_require_ci_on_changed": [ ]
18
+ }
19
+ ]
20
+}
0 commit comments