Skip to content

Commit 3394998

Browse files
Added documentation for tracking changesets' actions (#1102)
<!-- Explain the changes introduced in your PR --> ## Importing / Tracking Changesets I performed some testing on the actions available for imported changesets in Batch Changes. I was able to do the following: - **Select Action -> Create Comment:** Batch Changes added the same comment to all of my changesets. On the Bulk Operation tab, the action indicated it was completed. I confirmed on GitHub that all PRs had the new comment on them. - **Select Action -> Merge Changesets:** Batch Changes merged all my changesets into main. On the Bulk Operation tab, the action indicated it was completed. I confirmed that these actions were successfully reflected on GitHub, as all the PRs were merged into main. - **Select Action -> Close Changesets:** Batch changes closed all my changesets on GitHub. On the Bulk Operation tab, it said completed. I confirmed that these actions were successfully reflected on GitHub, as the PRs were closed. Updating the docs page on **tracking changesets** to reflect this behavior. ## Pull Request approval You will need to get your PR approved by at least one member of the Sourcegraph team. For reviews of docs formatting, styles, and component usage, please tag the docs team via the #docs Slack channel.
1 parent bab438c commit 3394998

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/batch-changes/tracking-existing-changesets.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
<p className="subtitle">Learn how to track your existing changesets.</p>
44

5-
Batch Changes allow you not only to [publish changesets](/batch-changes/publishing-changesets) but also to **import and track changesets** that already exist on different code hosts. That allows you to get an overview of the status of multiple changesets, with the ability to filter and drill down into the details of a specific changeset.
5+
Batch Changes allow you not only to [publish changesets](/batch-changes/publishing-changesets) but also to **import and track changesets** that already exist on different code hosts. That allows you to get an overview of the status of multiple changesets, with the ability to filter and drill down into the details of a specific changeset. After you have successfully imported changesets, you can perform the following bulk actions:
6+
7+
- Write comments on each of the imported changesets
8+
- Merge each of the imported changesets to main
9+
- Close each of the imported changesets
610

711
![tracking_existing_changesets_overview](https://sourcegraphstatic.com/docs/images/batch_changes/2024/tracking_existing_changesets_overview.png)
812

0 commit comments

Comments
 (0)