Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 623 Bytes

opting_out_of_batch_changes.md

File metadata and controls

9 lines (5 loc) · 623 Bytes

Opting out of batch changes

NOTE: This feature requires Sourcegraph CLI 3.26.3 or later.

Repository owners that are not interested in batch change changesets can opt out so that their repository will be skipped when a batch spec is executed.

To opt out: create a file called .batchignore at the root of the repository you wish to be skipped. src batch [apply|preview] will now skip that repository if it's yielded by the on part of the batch spec.

NOTE: You can use the -force-override-ignore flag to override that behaviour and not skip any ignored repositories.