Skip to content

Releases: Sonia-corporation/stale

2.5.0

02 Mar 22:25
Compare
Choose a tag to compare

2.5.0 (2023-03-02)

📚 Documentation

  • typo: add missing plural on "pull request" (35fbd8e)
  • github-token: add more details about the required permissions (#1008) (05055f8)
  • github-token: add more details about the required permissions (fa002fa), closes #1006

2.4.0

04 Sep 16:49
Compare
Choose a tag to compare

2.4.0 (2022-09-04)

📚 Documentation

  • docs: auto-collapse the categories in the sidebar and add a button to allow to hide it (5b58019)

🚀 Features

  • issues: add new input issue-remove-labels-after-close (7d8e170), closes #859
    When closing an issue, you can now remove some extra labels.
    This might be specifically handy if you want to remove the stale label to "clean" the closed issue.
  • prs: add new input pull-request-remove-labels-after-close (87e990b), closes #859
    When closing a pull request, you can now remove some extra labels.
    This might be specifically handy if you want to remove the stale label to "clean" the closed pull request.
  • logs: improve the logger messages for the schemas checks (70f504d)
  • github: perform a GraphQL schematics validation before processing (f7b6df6), closes #855
    This run will check every existing schema to ensure that queries and mutations are valid.
    If not, the processing will throw.
    This will help us ensure there is no issue and favor a fail-fast approach to fix potential issues ASAP.

2.3.2

31 Aug 19:32
Compare
Choose a tag to compare

2.3.2 (2022-08-31)

🐛 Bug Fixes

  • prs: remove the input pull-request-close-reason (bfde171), closes #890
    The GitHub API do not actually propose such feature.

2.3.1

31 Aug 17:42
Compare
Choose a tag to compare

2.3.1 (2022-08-31)

🐛 Bug Fixes

  • issues: fix closing issues bug due to the close reason feature (98fa64b), closes #886
    This issue is present since the version 2.0.0.

2.3.0

30 Aug 21:22
Compare
Choose a tag to compare

2.3.0 (2022-08-30)

📚 Documentation

  • statistics: fix a typo in wording in the statistics website page (dfb9e38)

🚀 Features

  • issues: add new input issue-remove-labels-after-stale (65979f7), closes #858
    This new input will let you remove some label(s) when the stale occur on issues.
  • prs: add new input pull-request-remove-labels-after-stale (f7890b1), closes #858
    This new input will let you remove some label(s) when the stale occur on pull requests.
  • outputs: add new outputs removed-issues-labels-count and issues-labels-count (1b9ae0b), closes #858
  • outputs: add new outputs removed-pull-requests-labels-count and pull-requests-labels-count (ff3f686), closes #858
  • stats: add new stats about the removed issues labels (929efa7), closes #858
  • stats: add new stats about the removed pull requests labels (ccf4e1b), closes #858

2.2.0

26 Aug 21:15
Compare
Choose a tag to compare

2.2.0 (2022-08-26)

📚 Documentation

  • website: add a new page to explain the migration from v1 to v2 (dea3137), closes #837
  • footer: change the link of the changelog (930afa0), closes #864
    The new one will directly navigate to the docs changelog instead of the GitHub changelog.
  • inputs: reorder the added labels after close or stale (256463d), closes #839

2.1.0

24 Aug 22:21
Compare
Choose a tag to compare

2.1.0 (2022-08-24)

📚 Documentation

  • blog: add a new blog entry to explain the migration to Vercel (33cad40), closes #842
  • website: configure Sentry (b221ce4), closes #843
  • changelog: improve the readability of the changelog (cd5cc09), closes #836
    Add more blank lines.
  • website: replace all the website links to the new one (9251f7f), closes #842
    From GitHub pages to Vercel.

2.0.0

23 Aug 21:13
1fd8f22
Compare
Choose a tag to compare

🚀 Features

  • close-reason: add new inputs issue-close-reason and pull-request-close-reason (d813b45), closes #779
    Those inputs allow you to specify the reason for closing an item.

⚠️ BREAKING CHANGES

  • close-reason: The close reason will now be by default 'NOT_PLANNED' instead of 'COMPLETED' since it makes more sense.
    If you want to change the new default behavior, you can use these inputs:
    issue-close-reason: 'completed'
    Read the migration guide to have more information.

1.61.0

22 Aug 20:54
Compare
Choose a tag to compare

1.61.0 (2022-08-22)

🚀 Features

  • issues: add new input issue-only-with-milestones (8083fa8), closes #808
    This new input allows to only process issues containing at least one milestone.
  • prs: add new input pull-request-only-with-milestones (d9e240f), closes #808
    This new input allows to only process pull requests containing at least one milestone.

1.60.0

21 Aug 20:48
Compare
Choose a tag to compare

1.60.0 (2022-08-21)

🚀 Features

  • issues: add new input issue-only-with-project-cards (2c4290e), closes #807
    This new input allows to only process issues containing at least one project card.
  • prs: add new input pull-request-only-with-project-cards (2ff0851), closes #807
    This new input allows to only process pull requests containing at least one project card.