Skip to content

Commit 82b29b4

Browse files
committed
add stale bot
1 parent 4ca4b36 commit 82b29b4

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.github/stale.yml

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Disclosure: Please don't make any changes to this file.
2+
# Your Ironhack team ♥️
3+
4+
# ------------------------------------------------------------------------------- #
5+
6+
# Configuration for probot-stale - https://github.com/probot/stale
7+
8+
# Number of days of inactivity before an Issue or Pull Request becomes stale
9+
daysUntilStale: 21
10+
11+
# Number of days of inactivity before an Issue or Pull Request with the stale label is closed.
12+
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
13+
daysUntilClose: 7
14+
15+
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
16+
exemptLabels:
17+
- bug
18+
- enhancement
19+
20+
# Label to use when marking as stale
21+
staleLabel: stale
22+
23+
# Comment to post when marking as stale. Set to `false` to disable
24+
markComment: >
25+
This pull request has been automatically marked as stale because it didn't have any recent activity. It will be closed if no further activity occurs. Thank you.
26+
closeComment: >
27+
This pull request has been automatically closed. Thank you.

0 commit comments

Comments
 (0)