You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/stale.yml
+5-17
Original file line number
Diff line number
Diff line change
@@ -14,26 +14,14 @@ jobs:
14
14
15
15
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.
16
16
17
-
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.
17
+
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.
18
18
19
19
This issue will automatically be closed in 7 days if no further activity occurs. Thank you for all your contributions.
20
20
stale-pr-message: |
21
-
This issue has been automatically marked as stale because it has not had recent activity.
22
-
23
-
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.
21
+
This pull request has been automatically marked as stale because it has not had recent activity.
24
22
25
-
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.
26
-
27
-
This issue will automatically be closed in 7 days if no further activity occurs. Thank you for all your contributions.
23
+
This pull request will automatically be closed in 7 days if no further activity occurs. Thank you for all your contributions.
28
24
stale-issue-label: "Status: Stale"
29
-
exempt-issue-labels:
30
-
- "Status: Accepted"
31
-
- "Status: Under Consideration"
32
-
- "Status: Review Needed"
33
-
- "Status: In Progress"
25
+
exempt-issue-labels: "Status: Accepted,Status: Under Consideration,Status: Review Needed,Status: In Progress"
34
26
stale-pr-label: "Status: Stale"
35
-
exempt-pr-labels:
36
-
- "Status: Accepted"
37
-
- "Status: Under Consideration"
38
-
- "Status: Review Needed"
39
-
- "Status: In Progress"
27
+
exempt-pr-labels: "Status: Accepted,Status: Under Consideration,Status: Review Needed,Status: In Progress"
0 commit comments