# batch-change-examples **Repository Path**: mirrors_sourcegraph/batch-change-examples ## Basic Information - **Project Name**: batch-change-examples - **Description**: A collection of examples for Batch Changes - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-12 - **Last Updated**: 2026-04-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Batch Changes examples Example batch specs to get you started with Batch Changes. Contributions welcome! ## Getting started Take a look at the [Sourcegraph documentation on Batch Changes](https://docs.sourcegraph.com/batch_changes) to learn what batch changes are and how to run them. ## Examples - [Rewrite Go import paths using Comby](golang/comby-goimports/README.md) - [Refactor Go code with Comby](golang/comby-go-refactor/README.md) - [Open Jira tickets alongside changesets](ticketing-systems/jira-tickets/README.md) - [Open GitHub tickets alongside changesets (declarative)](ticketing-systems/github-issues/README.md) - [Update deprecated GraphQL API query](js-ts/update-api-query/replace-viewer-configuration.yaml) - [Update the Docker Hub username in Circle CI configurations](ci-and-tooling-config/update-circle-ci-docker-user.batch.yaml) - [Migrate from Python 2 to 3](python/python-refactor/README.md) - [Update package.json for NPM dependencies](js-ts/npm-package-update/README.md) - [Rewrite `interface{}` to `any` in Go 1.18 code](golang/go-interface-to-any/interface-to-any.spec.yml) For a list of static-checker style linting rules for go, also see [comby go-patterns](https://github.com/comby-tools/go-patterns). ## Other examples Also see how Batch Changes can help respond to a vulnerability with this [example](https://github.com/sourcegraph/log4j-cve-code-search-resources/tree/c70aeb6236f12c22c7c19e9b3fa54b2049213e29/batch-changes)