feat: add auto-merge script to clear PR backlog #126
No reviewers
Labels
No labels
agent-task
agent-task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
pook/compliancebot!126
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/auto-merge-script"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
scripts/auto-merge.shthat queries Forgejo API for all open PRs, checks CI status and merge conflicts, then squash-merges qualifying PRs oldest-first--dry-runflag for safe preview without making changesTest plan
./scripts/auto-merge.sh --helpto verify usage outputFORGEJO_TOKEN=<token> ./scripts/auto-merge.sh --dry-runto preview mergeable PRs--dry-runto confirm actual merges and comment posting🤖 Generated with Claude Code
⚠️ No Test Suite Detected
Commit:
66b7e9caNo
testscript found inpackage.json. Add a test script to enable automated testing.