Skip to content

Resolve "Auto-close stale issues"

Megan Filo requested to merge 3614-auto-close-stale-issues into main

This uses our DEX service account so it's not tied to any specific person's access tokens or name. This is a scheduled job to run once a month and searches for issues that have not been updated in 9 months. This number is easily adjustable in the script.

The script checks over issues, adds a comment warning about the issue closure, and automatically closes the issue.

Comment: This issue has not been updated in ${MONTHS_SINCE_LAST_UPDATED} months and is being closed out. If you feel that this issue has been wrongly closed, please re-open the issue and tag @laurenbarker or @fqureshi.

Scheduled job settings:

Screenshot image

Closes #3614 (closed)

Edited by Megan Filo

Merge request reports