Skip to content

Commit 7665f1c

Browse files
DavidMina96HeshamMegid
authored andcommitted
[MOB-11617] Configure probot-stale (#323)
probot-no-response app has been publicly archived and thus no longer working. We remove its configuration file no-response.yml and configure probot-stale instead using stale.yml file.
1 parent 9bcc31c commit 7665f1c

File tree

2 files changed

+31
-13
lines changed

2 files changed

+31
-13
lines changed

.github/no-response.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

.github/stale.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Configuration for probot-stale - https://github.com/probot/stale
2+
3+
# Number of days of inactivity before an Issue or Pull Request becomes stale
4+
daysUntilStale: 7
5+
6+
# Number of days of inactivity before an Issue or Pull Request with the Pending Feedback label is closed.
7+
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
8+
daysUntilClose: 7
9+
10+
# Only issues or pull requests with all of these labels are checked if stale. Defaults to `[]` (disabled)
11+
onlyLabels: [Pending Feedback]
12+
13+
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
14+
exemptLabels:
15+
- WIP
16+
- Planned
17+
18+
# Label to use when marking as stale
19+
staleLabel: Pending Feedback
20+
21+
# Comment to post when marking as stale. Set to `false` to disable
22+
markComment: >
23+
This issue has been automatically marked as pending feedback because we need additional information
24+
to be able to investigate it further. It will be closed in 7 days if it remains inactive. Thank you
25+
for your contributions.
26+
27+
# Comment to post when closing a stale Issue.
28+
closeComment: >
29+
This issue has been automatically closed since we haven't heard back from
30+
you. Please feel free to re-open the issue if you have more information
31+
to add.

0 commit comments

Comments
 (0)