Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 1c30799

Browse files
authored
add issue bot (#799)
1 parent e68600e commit 1c30799

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

.github/stale.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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

.vscodeignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ tsconfig.json
1010
tslint.json
1111
.travis.yml
1212
gulpfile.js
13-
*.vsix
13+
*.vsix
14+
.github/**

0 commit comments

Comments
 (0)