Skip to content

Releases: Sonia-corporation/stale

1.59.0

20 Aug 14:37
Compare
Choose a tag to compare

1.59.0 (2022-08-20)

📚 Documentation

  • readme: reorder the inputs lists (312c253)
  • website: reorder the inputs lists (8ad142f), closes #802

1.58.0

09 Aug 17:23
Compare
Choose a tag to compare

1.58.0 (2022-08-09)

🚀 Features

  • issues: add new input issue-only-with-assignees (#772) (aeebf82), closes #313
    This new input allows to only process issues containing at least one assignee.
  • prs: add new input pull-request-only-with-assignees (#775) (63d69b0), closes #313
    This new input allows to only process pull requests containing at least one assignee.

1.57.1

30 Jun 14:21
Compare
Choose a tag to compare

1.57.1 (2022-06-30)

🐛 Bug Fixes

1.57.0

18 Apr 13:39
Compare
Choose a tag to compare

1.57.0 (2022-04-18)

🚀 Features

  • inputs: add new inputs to only process items with specific assignees (2fc8bda), closes #559
    Add the input issue-only-any-assignees.
    Add the input pull-request-only-any-assignees.
    You can use them to only process issues and PRs which have one of the specified assignee(s).

1.56.0

17 Apr 21:35
Compare
Choose a tag to compare

1.56.0 (2022-04-17)

🐛 Bug Fixes

  • inputs: allow to override the default values of the ignore any milestones inputs (ca9de12)
    The configuration was missing from the action.yml.

🚀 Features

  • prs: add new input to ignore all milestones (a492a64), closes #520
    Add the pull-request-ignore-all-milestones input.
    If a pull request has a milestone, it will be ignored from the processing.

1.55.0

13 Apr 21:31
Compare
Choose a tag to compare

1.55.0 (2022-04-13)

🚀 Features

  • issues: add new input to ignore all milestones (29d8724), closes #519
    Add the issue-ignore-all-milestones input.
    If an issue has a milestone, it will be ignored from the processing.

1.54.0

03 Apr 20:05
Compare
Choose a tag to compare

1.54.0 (2022-04-03)

🚀 Features

  • prs: add new input to ignore any milestones (769448b), closes #518
    Add the pull-request-ignore-any-milestones input.

1.53.0

02 Apr 12:46
Compare
Choose a tag to compare

1.53.0 (2022-04-02)

🚀 Features

  • issues: add new input to ignore any milestones (8128bd1), closes #517
    Add the issue-ignore-any-milestones input.

1.52.0

03 Mar 20:43
Compare
Choose a tag to compare

1.52.0 (2022-03-03)

🚀 Features

  • input: add new inputs to ignore any project cards (#551) (ba79907)
    Add the issue-ignore-any-project-cards input.
    Add the pull-request-ignore-any-project-cards input.
    In addition of the existing input to ignore when a project card is present, now you can choose a white-list instead.
    Any item process that belong to those project cards will be ignored.
    Closes #165

1.51.0

20 Feb 20:24
Compare
Choose a tag to compare

1.51.0 (2022-02-20)

🚀 Features

  • milestone: add new input pull-request-only-any-milestones (6b9aa5a), closes #516
    This new input will let you process only the pull requests that contains one of the specified milestone.