Skip to content

Commit b4b9a5f

Browse files
authored
chore: update repository templates (#307)
1 parent 9e1cf98 commit b4b9a5f

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

.github/workflows/stale.yml

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,35 @@ jobs:
99
if: github.repository_owner == 'ory'
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/stale@v3
12+
- uses: actions/stale@v4
1313
with:
1414
repo-token: ${{ secrets.GITHUB_TOKEN }}
1515
stale-issue-message: |
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
16+
Hello contributors!
17+
18+
I am marking this issue as stale as it has not received any engagement from the community or maintainers a year. That does not imply that the issue has no merit! If you feel strongly about this issue
1719
1820
- open a PR referencing and resolving the issue;
1921
- leave a comment on it and discuss ideas how you could contribute towards resolving it;
22+
- leave a comment and describe in detail why this issue is critical for your use case;
2023
- open a new issue with updated details and a plan on resolving the issue.
2124
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/).
25+
Throughout its lifetime, Ory has received over 10.000 issues and PRs. To sustain that growth, we need to prioritize and focus on issues that are important to the community. A good indication of importance, and thus priority, is activity on a topic.
26+
27+
Unfortunately, [burnout](https://www.jeffgeerling.com/blog/2016/why-i-close-prs-oss-project-maintainer-notes) has become a [topic](https://opensource.guide/best-practices/#its-okay-to-hit-pause) of [concern](https://docs.brew.sh/Maintainers-Avoiding-Burnout) amongst open-source projects.
28+
29+
It can lead to severe personal and health issues as well as [opening](https://haacked.com/archive/2019/05/28/maintainer-burnout/) catastrophic [attack vectors](https://www.gradiant.org/en/blog/open-source-maintainer-burnout-as-an-attack-surface/).
30+
31+
The motivation for this automation is to help prioritize issues in the backlog and not ignore, reject, or belittle anyone.
32+
33+
If this issue was marked as stale erroneous you can exempt it by adding the `backlog` label, assigning someone, or setting a milestone for it.
2334
24-
Thank you for your understanding and to anyone who participated in the issue! 🙏✌️
35+
Thank you for your understanding and to anyone who participated in the conversation! And as written above, please do participate in the conversation if this topic is important to you!
2536
26-
If you feel strongly about this issues and have ideas on resolving it, please comment. Otherwise it will be closed in 30 days!
37+
Thank you 🙏✌️
2738
stale-issue-label: 'stale'
28-
exempt-issue-labels: 'bug,blocking,docs'
29-
days-before-stale: 180
39+
exempt-issue-labels: 'bug,blocking,docs,backlog'
40+
days-before-stale: 365
3041
days-before-close: 30
3142
exempt-milestones: true
3243
exempt-assignees: true

0 commit comments

Comments
 (0)