Skip to content

Commit ef2e4be

Browse files
committed
adding yaml files for bots
1 parent 87c12df commit ef2e4be

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.github/lock.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
# Configuration for Lock Threads - https://github.com/dessant/lock-threads
3+
daysUntilLock: 45
4+
5+
# Limit to issues only
6+
only: issues

.github/no-response.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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+
6+
# Label requiring a response
7+
responseRequiredLabel: Pending Feedback
8+
# Comment to post when closing an Issue for lack of response. Set to `false` to disable
9+
closeComment: >
10+
This issue has been automatically closed since we haven't heard back from
11+
you. Please feel free to reopen the issue if you have more information
12+
to add.

0 commit comments

Comments
 (0)