File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ Bootstrap a new TypeScript module in five minutes or less.
24
24
- Continuous testing and package publishing with [ GitHub Actions] .
25
25
- Consistent coding with [ EditorConfig] .
26
26
- Get PR reviews directly from [ code owners] .
27
+ - Automatically close [ stale] Issues and Pull Requests.
27
28
28
29
[ AVA ] : https://github.com/avajs/ava
29
30
[ 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.
38
39
[ Node.js ] : https://nodejs.org/
39
40
[ Prettier ] : https://prettier.io/
40
41
[ semantic-release ] : https://semantic-release.gitbook.io/
42
+ [ stale ] : https://github.com/marketplace/stale
41
43
[ TypeScript ] : https://www.typescriptlang.org/
42
44
[ c8 ] : https://github.com/bcoe/c8
43
45
[ landlubber ] : https://github.com/razor-x/landlubber
You can’t perform that action at this time.
0 commit comments