Releases: Sonia-corporation/stale
Releases · Sonia-corporation/stale
1.25.1
1.25.1 (2022-01-01)
🐛 Bug Fixes
- processing: fix an issue with infinite batches processing (218f164)
if the number of issues or pull requests to process was higher than 20, the processing was ending up in a infinity loop
this was due to a missing parameter from the endpoint request "endCursor" which was not requested and so, leading to undefined value
when the cursor is undefined, the first batch is processed hence the infinity loop
1.25.0
1.25.0 (2022-01-01)
🚀 Features
- pull-request: add new input
pull-request-ignore-draft
(639e9ba)
a pull request in draft can now be ignored from the processing
⚡ Performance Improvements
- fix jest performances issues when running locally (cb4a833)
1.24.0
1.24.0 (2021-12-16)
🚀 Features
- pr: add new inputs to support pull requests processing (ab8f8a0)
this is the same implementation than the issues inputs
from this point, issues and pull requests have the exact same options and features and this is closing the alpha state off this action
1.23.0
1.23.0 (2021-12-11)
🐛 Bug Fixes
- deps: update dependency luxon to v2.2.0 (03b420a)
🚀 Features
- issue: add new input "issue-ignore-all-project-cards" (91193f2)
1.22.0
1.22.0 (2021-12-07)
🚀 Features
- debug: add more logs to debug in case a label does not exist in your repo (0c00efb)
1.21.0
1.21.0 (2021-12-06)
🚀 Features
- issue: add new input issue-close-comment to comment on close (a026020)
1.20.0
1.20.0 (2021-12-05)
🚀 Features
- issue: add new input issue-stale-comment to comment on stale (1a4abcd)
1.19.0
1.19.0 (2021-12-05)
🚀 Features
- issue: add new option to ignore some assignees (6876cfd)
1.18.0
1.18.0 (2021-11-22)
🚀 Features
- issue: add new input to ignore the process base on the creation date (10b4b64)
1.17.0
1.17.0 (2021-11-21)
🚀 Features
- issue: add new input to ignore issues with assignees (a1c168b)