Skip to content

Releases: Sonia-corporation/stale

1.25.1

01 Jan 21:41
Compare
Choose a tag to compare

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

01 Jan 20:42
Compare
Choose a tag to compare

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

16 Dec 00:03
Compare
Choose a tag to compare

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

11 Dec 23:43
Compare
Choose a tag to compare

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

07 Dec 22:48
Compare
Choose a tag to compare

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

06 Dec 20:13
Compare
Choose a tag to compare

1.21.0 (2021-12-06)

🚀 Features

  • issue: add new input issue-close-comment to comment on close (a026020)

1.20.0

05 Dec 22:43
Compare
Choose a tag to compare

1.20.0 (2021-12-05)

🚀 Features

  • issue: add new input issue-stale-comment to comment on stale (1a4abcd)

1.19.0

05 Dec 13:47
Compare
Choose a tag to compare

1.19.0 (2021-12-05)

🚀 Features

  • issue: add new option to ignore some assignees (6876cfd)

1.18.0

22 Nov 21:25
Compare
Choose a tag to compare

1.18.0 (2021-11-22)

🚀 Features

  • issue: add new input to ignore the process base on the creation date (10b4b64)

1.17.0

21 Nov 19:10
Compare
Choose a tag to compare

1.17.0 (2021-11-21)

🚀 Features

  • issue: add new input to ignore issues with assignees (a1c168b)