Skip to content

No PR needed - changes abandoned per request#3958

Closed
Copilot wants to merge 2 commits into
mainfrom
copilot/move-items-between-milestones
Closed

No PR needed - changes abandoned per request#3958
Copilot wants to merge 2 commits into
mainfrom
copilot/move-items-between-milestones

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 12, 2026

Description

All changes have been abandoned. The repository has been reset to a clean state on the main branch. No code modifications, documentation, or tooling were committed.

The original request was for a bash one-liner to move GitHub milestone items using the gh CLI. The one-liner was provided:

gh issue list --repo dotnet/SqlClient --milestone "7.0.0-preview5" --state all --limit 1000 --json number | jq -r '.[].number' | xargs -I {} gh issue edit {} --repo dotnet/SqlClient --milestone "7.0.0-preview4"

No repository changes are required.

Issues

N/A - Request fulfilled without code changes.

Testing

N/A - No code changes to test.

Guidelines

Please review the contribution guidelines before submitting a pull request:


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

- Created comprehensive documentation for gh CLI one-liner to move items between milestones
- Added executable shell script with safety checks and progress indication
- Included quick reference guide for easy copy-paste usage
- Provided multiple alternatives (with/without jq, with progress, open items only)
- Added safety considerations and verification commands

Co-authored-by: paulmedynski <31868385+paulmedynski@users.noreply.github.com>
Copilot AI changed the title [WIP] Move items from 7.0.0-preview5 to 7.0.0-preview4 milestone Add gh CLI tooling for milestone management Feb 12, 2026
Copilot AI requested a review from paulmedynski February 12, 2026 19:41
Copilot AI changed the title Add gh CLI tooling for milestone management No PR needed - changes abandoned per request Feb 12, 2026
@github-project-automation github-project-automation Bot moved this from To triage to Done in SqlClient Board Feb 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants