Skip to content

Commit 81ff4f6

Browse files
authored
chore: update repository templates (#62)
1 parent d3d67c8 commit 81ff4f6

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

.github/workflows/stale.yml

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,21 @@ jobs:
1313
with:
1414
repo-token: ${{ secrets.GITHUB_TOKEN }}
1515
stale-issue-message: |
16-
Thank you for opening this issue. It appears that the request for more information (e.g. providing the software version, providing logs, ...) has not yet been completed. Therefore this issue will be automatically
17-
closed in 7 days, assuming that the issue has been resolved.
18-
stale-pr-message: |
19-
Thank you for opening this pull request. It appears that a request for e.g. information has not yet been completed. Therefore this issue will be automatically
20-
closed in 7 days, assuming that the proposed change is no longer required or has otherwise been resolved.
16+
I am marking this issue as stale as it has not received any engagement from the community or maintainers in over half a year. That does not imply that the issue has no merit! If you feel strongly about this issue
17+
18+
- open a PR referencing and resolving the issue;
19+
- leave a comment on it and discuss ideas how you could contribute towards resolving it;
20+
- open a new issue with updated details and a plan on resolving the issue.
21+
22+
We are cleaning up issues every now and then, primarily to keep the 4000+ issues in our backlog in check and to [prevent](https://www.jeffgeerling.com/blog/2020/saying-no-burnout-open-source-maintainer) [maintainer](https://www.jeffgeerling.com/blog/2016/why-i-close-prs-oss-project-maintainer-notes) [burnout](https://docs.brew.sh/Maintainers-Avoiding-Burnout). Burnout in open source maintainership is a [widespread](https://opensource.guide/best-practices/#its-okay-to-hit-pause) and serious issue. It can lead to severe personal and health issues as well as [enabling catastrophic](https://haacked.com/archive/2019/05/28/maintainer-burnout/) [attack vectors](https://www.gradiant.org/en/blog/open-source-maintainer-burnout-as-an-attack-surface/).
23+
24+
Thank you for your understanding and to anyone who participated in the issue! 🙏✌️
25+
26+
If you feel strongly about this issues and have ideas on resolving it, please comment. Otherwise it will be closed in 30 days!
2127
stale-issue-label: 'stale'
22-
stale-pr-label: 'stale'
23-
only-labels: 'needs more info'
24-
days-before-stale: 7
25-
days-before-close: 7
28+
exempt-issue-labels: 'bug,blocking,docs'
29+
days-before-stale: 180
30+
days-before-close: 30
31+
exempt-milestones: true
32+
exempt-assignees: true
33+
only-pr-labels: 'stale'

0 commit comments

Comments
 (0)