Skip to content

Commit cb2c1b8

Browse files
authored
Merge pull request #435 from Instabug/add_bots
Adding bot to enhance issues handling
2 parents 75f73c5 + 8a06ec5 commit cb2c1b8

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.github/stale.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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 stale 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 check if stale. Defaults to `[]` (disabled)
11+
onlyLabels: []
12+
13+
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
14+
exemptLabels:
15+
- "Feature Request"
16+
- "WIP"
17+
- "Bug"
18+
19+
# Label to use when marking as stale
20+
staleLabel: "Inactive"
21+
22+
# Comment to post when marking as stale. Set to `false` to disable
23+
markComment: >
24+
This issue has been automatically marked as stale due to inactivity. It will be closed if no further activity occurs. Thank you
25+
for your contributions.
26+
27+
# Comment to post when closing a stale Issue or Pull Request.
28+
closeComment: >
29+
This issue has been automatically closed due to inactivity.
30+
31+
# Limit the number of actions per hour, from 1-30. Default is 30
32+
limitPerRun: 30

0 commit comments

Comments
 (0)