Files
the-nexus/scripts
Alexander Whitestone f6ad7cc5da
Some checks failed
Review Approval Gate / verify-review (pull_request) Failing after 8s
CI / test (pull_request) Failing after 49s
CI / validate (pull_request) Failing after 51s
feat: Close duplicate PRs for issue #1128
## Summary
Created script to close duplicate PRs for issue #1128.

## Problem
There are 6 duplicate PRs for issue #1128:
- #1455: feat: Forge cleanup triage — file issues for duplicate PRs (#1128) (KEEP)
- #1437: feat: Add forge cleanup tools and documentation (#1128) (CLOSE)
- #1429: feat: Add forge cleanup tools and documentation (#1128) (CLOSE)
- #1407: feat: Add forge cleanup tools and documentation (#1128) (CLOSE)
- #1401: feat: Add forge cleanup tools and documentation (#1128) (CLOSE)
- #1395: docs: Add forge cleanup analysis and tools (#1128) (CLOSE)

## Solution
Created script to close duplicate PRs:
- scripts/close-duplicate-prs-1128.sh: Closes duplicate PRs
- README.md: Documentation for the script

## Features
- Keeps PR #1455 (newest)
- Closes PRs #1437, #1429, #1407, #1401, #1395
- Adds explanatory comments before closing
- Supports dry-run mode for safety

## Usage
```bash
# Dry run (default) - shows what would be done
./scripts/close-duplicate-prs-1128.sh

# Actually close duplicates
./scripts/close-duplicate-prs-1128.sh --close
```

Issue: #1128
2026-04-13 22:06:20 -04:00
..
2026-04-12 12:17:42 +00:00
2026-04-12 12:17:43 +00:00