Skip to content

Commit 0bb1eec

Browse files
committed
chore: merge branch 'master'
* 'master' of github.com:remy/nodemon: chore: update new issue template chore: add no-response bot
2 parents dcd8911 + 636ae40 commit 0bb1eec

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
- Does the bug occur on [latest nodemon](https://github.com/remy/nodemon/releases)?
21
- `nodemon -v`:
32
- `node -v`:
43
- Operating system/terminal environment:

.github/no-response.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Configuration for probot-no-response - https://github.com/probot/no-response
2+
3+
# Number of days of inactivity before an Issue is closed for lack of response
4+
daysUntilClose: 7
5+
# Label requiring a response
6+
responseRequiredLabel: "needs more info"
7+
# Comment to post when closing an Issue for lack of response. Set to `false` to disable
8+
closeComment: >
9+
This issue has been automatically closed because there hasn't been a response
10+
to my request for more information from the original author. With only the
11+
information that is currently in the issue, I don't have enough information
12+
to take action, sorry! Please comment on this issue if you have or find the
13+
answers we need so that someone can investigate further.

0 commit comments

Comments
 (0)