Skip to content

Commit c9f87e0

Browse files
committed
docs: update README to correct section placement and clarify Azure DevOps migration script
1 parent 2df58c9 commit c9f87e0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ Configuration values to change in the script:
3232
- `gitEmail` = If using a GitHub App, combine the App's user ID (⚠️ this is different than App ID!) and name to form an email like: `149130343+josh-issueops-bot[bot]@users.noreply.github.com`. You can find the App's user ID number by calling: `gh api '/users/josh-issueops-bot[bot]' --jq .id`
3333
- `overwrite`: use `false` or `true` on whether it should overwrite the existing `dependabot.yml` file
3434

35+
## ado-workitems-to-github-issues.ps1
36+
37+
Migrate work items from Azure DevOps to GitHub issues - this just links out to a [separate repo](https://github.com/joshjohanning/ado_workitems_to_github_issues)
38+
3539
## copy-discussions.js
3640

3741
Copy GitHub Discussions between repositories, including categories, labels, comments, and replies. This script can copy discussions across different GitHub instances and enterprises.
@@ -72,10 +76,6 @@ Notes:
7276

7377
## delete-branch-protection-rules.ps1
7478

75-
Migrate work items from Azure DevOps to GitHub issues - this just links out to a [separate repo](https://github.com/joshjohanning/ado_workitems_to_github_issues)
76-
77-
## delete-branch-protection-rules.ps1
78-
7979
Delete branch protection rules programmatically based on a pattern.
8080

8181
## gei-clean-up-azure-storage-account.sh

0 commit comments

Comments
 (0)