Skip to content

Commit 5e4dd27

Browse files
committed
add close label for inactive issues [skip ci]
1 parent 1d1b48b commit 5e4dd27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/stale.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
days-before-pr-stale: 60
1818
days-before-pr-close: -1
1919
stale-issue-message: 'This issue has been marked "inactive" because it has been 365 days since the last comment. If this issue is still present in recent Matplotlib releases, or the feature request is still wanted, please leave a comment and this label will be removed. If there are no updates in another 30 days, this issue will be automatically closed, but you are free to re-open or create a new issue if needed. We value issue reports, and this procedure is meant to help us resurface and prioritize issues that have not been addressed yet, not make them disappear. Thanks for your help!'
20-
stale-issue-label: 'inactive'
20+
stale-issue-label: "status: inactive"
21+
close-issue-label: "status: closed as inactive"
2122
days-before-issue-stale: 365
2223
days-before-issue-close: 30
2324
ascending: true

0 commit comments

Comments
 (0)