This repository was archived by the owner on Oct 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 1+ # Number of days of inactivity before an issue becomes stale
2+ daysUntilStale : 30
3+ # Number of days of inactivity before a stale issue is closed
4+ daysUntilClose : 0
5+ # Issues with these labels will never be considered stale
6+ exemptLabels :
7+ - " help wanted"
8+ - bug
9+ # Label to use when marking an issue as stale
10+ staleLabel : stale
11+ # Comment to post when marking an issue as stale. Set to `false` to disable
12+ markComment : >
13+ This issue has been automatically marked as stale and closed because it
14+ has not had recent activity. Please feel free to open a new issue if you
15+ would like further discussion. Thank you for your contributions.
16+ # Comment to post when closing a stale issue. Set to `false` to disable
17+ closeComment : false
18+ # Set to true to ignore issues in a milestone (defaults to false)
19+ exemptMilestones : true
20+ # Set to true to ignore issues with an assignee (defaults to false)
21+ exemptAssignees : true
22+ # Limit to only `issues` or `pulls`
23+ only : issues
Original file line number Diff line number Diff line change @@ -10,4 +10,5 @@ tsconfig.json
1010tslint.json
1111.travis.yml
1212gulpfile.js
13- * .vsix
13+ * .vsix
14+ .github /**
You can’t perform that action at this time.
0 commit comments