diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 31bd458d..2bf3f306 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -14,26 +14,14 @@ jobs: If this is a **bug** and you can still reproduce this error on the `master` branch, please reply with any additional information you have about it in order to keep the issue open. - If this is a feature request, please consider whether it can be accomplished in another way. If it cannot, please elaborate on why it is core to this project and why you feel more than 80% of users would find this beneficial. + If this is a feature request, please [add as an Idea under discussions](https://github.com/mmistakes/minimal-mistakes/discussions/categories/ideas) and elaborate on why it is core to this project and why you feel more than 80% of users would find it beneficial. This issue will automatically be closed in 7 days if no further activity occurs. Thank you for all your contributions. stale-pr-message: | - This issue has been automatically marked as stale because it has not had recent activity. + This pull request has been automatically marked as stale because it has not had recent activity. - If this is a **bug** and you can still reproduce this error on the `master` branch, please reply with any additional information you have about it in order to keep the issue open. - - If this is a feature request, please consider whether it can be accomplished in another way. If it cannot, please elaborate on why it is core to this project and why you feel more than 80% of users would find this beneficial. - - This issue will automatically be closed in 7 days if no further activity occurs. Thank you for all your contributions. + This pull request will automatically be closed in 7 days if no further activity occurs. Thank you for all your contributions. stale-issue-label: "Status: Stale" - exempt-issue-labels: - - "Status: Accepted" - - "Status: Under Consideration" - - "Status: Review Needed" - - "Status: In Progress" + exempt-issue-labels: "Status: Accepted,Status: Under Consideration,Status: Review Needed,Status: In Progress" stale-pr-label: "Status: Stale" - exempt-pr-labels: - - "Status: Accepted" - - "Status: Under Consideration" - - "Status: Review Needed" - - "Status: In Progress" \ No newline at end of file + exempt-pr-labels: "Status: Accepted,Status: Under Consideration,Status: Review Needed,Status: In Progress"