Releases: Sonia-corporation/stale
Releases · Sonia-corporation/stale
2.5.0
2.4.0
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
2.3.1
2.3.0
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
andissues-labels-count
(1b9ae0b), closes #858 - outputs: add new outputs
removed-pull-requests-labels-count
andpull-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
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
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
🚀 Features
- close-reason: add new inputs
issue-close-reason
andpull-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
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
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.