File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change
1
+
2
+ # Configuration for Lock Threads - https://github.com/dessant/lock-threads
3
+ daysUntilLock : 45
4
+
5
+ # Limit to issues only
6
+ only : issues
Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments