You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add ignore_default_branch_pull_requests to provider settings (#918)
* WIP: add ignore_default_branch_pull_requests setting to provider settings
* update docs
* retrieve state from API
* chore(tests): add a test for ignore_default_branch field setting
Signed-off-by: Ben McNicholl <[email protected]>
---------
Signed-off-by: Ben McNicholl <[email protected]>
Co-authored-by: Ben McNicholl <[email protected]>
Copy file name to clipboardExpand all lines: docs/resources/pipeline.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -177,6 +177,7 @@ Optional:
177
177
-`cancel_deleted_branch_builds` (Boolean) Automatically cancel running builds for a branch if the branch is deleted.
178
178
-`filter_condition` (String) The condition to evaluate when deciding if a build should run. More details available in [the documentation](https://buildkite.com/docs/pipelines/conditionals#conditionals-in-pipelines).
179
179
-`filter_enabled` (Boolean) Whether to filter builds to only run when the condition in `filter_condition` is true.
180
+
-`ignore_default_branch_pull_requests` (Boolean) Whether to prevent caching pull requests with the source branch matching the default branch.
180
181
-`prefix_pull_request_fork_branch_names` (Boolean) Prefix branch names for third-party fork builds to ensure they don't trigger branch conditions. For example, the main branch from some-user will become some-user:main.
181
182
-`publish_blocked_as_pending` (Boolean) The status to use for blocked builds. Pending can be used with [required status checks](https://help.github.com/en/articles/enabling-required-status-checks) to prevent merging pull requests with blocked builds.
182
183
-`publish_commit_status` (Boolean) Whether to update the status of commits in Bitbucket or GitHub.
0 commit comments