Skip to content

Commit c7070b3

Browse files
committed
Add stalebot config
1 parent fda050e commit c7070b3

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.github/stale.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
daysUntilStale: 21
3+
daysUntilClose: 7
4+
exemptLabels:
5+
- pinned
6+
- security
7+
staleLabel: wontfix
8+
markComment: >
9+
This issue has been automatically marked as stale because it has not had
10+
recent activity. It will be closed if no further activity occurs.
11+
closeComment: false
12+
pulls:
13+
daysUntilStale: 3
14+
daysUntilClose: 1
15+
staleLabel: 'stale'
16+
markComment: >
17+
This pull request has been automatically marked as stale because it has not had
18+
recent activity. It will be closed if no further activity occurs.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Bootstrap a new TypeScript module in five minutes or less.
2424
- Continuous testing and package publishing with [GitHub Actions].
2525
- Consistent coding with [EditorConfig].
2626
- Get PR reviews directly from [code owners].
27+
- Automatically close [stale] Issues and Pull Requests.
2728

2829
[AVA]: https://github.com/avajs/ava
2930
[code owners]: https://github.blog/2017-07-06-introducing-code-owners/
@@ -38,6 +39,7 @@ Bootstrap a new TypeScript module in five minutes or less.
3839
[Node.js]: https://nodejs.org/
3940
[Prettier]: https://prettier.io/
4041
[semantic-release]: https://semantic-release.gitbook.io/
42+
[stale]: https://github.com/marketplace/stale
4143
[TypeScript]: https://www.typescriptlang.org/
4244
[c8]: https://github.com/bcoe/c8
4345
[landlubber]: https://github.com/razor-x/landlubber

0 commit comments

Comments
 (0)