Auto-Close Command
Close GitHub issues that have been confirmed as duplicates after the configured grace period.Syntax
Options
Grace period precedence
The effective grace period is resolved in this order (highest wins):--grace-period-minutesCLI flagauto_close.grace_period_hoursinsimili.yaml- Built-in default: 72 hours
Examples
Standard auto-close run
Dry-run (preview only)
Testing with zero grace period
Using environment variable for repo
Human activity detection
The auto-closer will skip an issue if any of the following occur after thepotential-duplicate label was applied:
- A non-bot user posts a negative reaction (👎 or 😕) on the bot’s triage comment
- The issue is reopened by a human
- A non-bot comment is posted on the issue
Output
Scheduling with GitHub Actions
Run auto-close on a schedule:Configuration
Next steps
Duplicate detection guide
How duplicate detection works
Process command
Process individual issues

