aboutsummaryrefslogtreecommitdiff
path: root/.github/scripts/close_unresponsive.js
Commit message (Collapse)AuthorAge
* ci(labeler): adjust configurationdundargoc2024-05-14
|
* ci: stale bot should close the issue with "not planned"Jongwook Choi2024-01-16
| | | | | | | | | | | Problem: When the stable bot automatically closes an issue, the issue will be marked as "closed as completed". It'd be better to mark the as "closed as not planned". Solution: Use `state_reason: "not_planned"` from the issues REST API. References (REST API): https://docs.github.com/en/rest/issues/issues?apiVersion=2022-11-28#update-an-issue
* ci(response): use pagination for timeline eventsdundargoc2023-05-07
| | | | GitHub paginates responses with many results, which needs to be taken into account as the number of events in an issue can be large.
* ci: replace stale bot with custom implementationdundargoc2023-04-27
The stale action has a bug where it won't close an issue/PR if it has comments after the stale label.