We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92b0cae commit 7143ea9Copy full SHA for 7143ea9
.buildkite/pull-requests.json
@@ -10,6 +10,7 @@
10
"build_on_comment": true,
11
"trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it))|^/test$",
12
"always_trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it))|^/test$",
13
+ "skip_ci_on_only_changed": [ "^.ci/", "^.github/", "^.pre-commit-config.yaml", "^.mergify.yml", "\\.md$", "^changelog/", "^docs/"],
14
"fail_on_not_mergeable": true
15
},
16
{
0 commit comments