Problem
Duplicate issues marked with "potential-duplicate" need to be automatically processed after their grace period expires.
Proposed Solution
Create a new command and a scheduled GitHub Actions workflow to handle the final closure of confirmed duplicates.
New CLI Command:
Scheduled Workflow:
- Create a cron-based workflow (e.g., daily at 10 AM UTC) that runs the
auto-close command.
- Should support manual
workflow_dispatch for testing.
Related Issues
Problem
Duplicate issues marked with "potential-duplicate" need to be automatically processed after their grace period expires.
Proposed Solution
Create a new command and a scheduled GitHub Actions workflow to handle the final closure of confirmed duplicates.
New CLI Command:
simili auto-close:potential-duplicatelabel.duplicate.Scheduled Workflow:
auto-closecommand.workflow_dispatchfor testing.Related Issues