Skip to content

Commit 889dcc3

Browse files
gtmillsgeissonator
authored andcommitted
Add Stale bot config
Added .github/stale.yml which Stale bot, https://github.com/apps/stale, uses as a config. 6 months of inactivity must pass to mark an issue as stale and 1 month of inactivity before a stale issue is closed. See https://lists.ozlabs.org/pipermail/openbmc/2019-February/015022.html Tested: Changed to 1 day and 1 day and pushed this config to a private repo where I had installed Stale bot. See gtmills/test-stale-bot#1 Change-Id: Ibc124913ed471bff6d52ca1e6c39b16584310ee5 Signed-off-by: Gunnar Mills <[email protected]>
1 parent d67a123 commit 889dcc3

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/stale.yml

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Stale bot config https://github.com/apps/stale
2+
3+
# Number of days of inactivity before an issue becomes stale (6 months)
4+
daysUntilStale: 183
5+
6+
# Number of days of inactivity before a stale issue is closed
7+
daysUntilClose: 30
8+
9+
# Label to use when marking an issue as stale
10+
staleLabel: stale
11+
12+
# Comment to post when marking an issue as stale. Set to `false` to disable
13+
markComment: >
14+
This issue has been automatically marked as stale because no activity has
15+
occurred in the last 6 months. It will be closed if no activity occurs in the
16+
next 30 days. If this issue should not be closed please add a comment.
17+
Thank you for your understanding and contributions.
18+
19+
# Comment to post when closing a stale issue. Set to `false` to disable
20+
closeComment: >
21+
This issue has been closed because no activity has occurred in the last 7
22+
months. Please reopen if this issue should not have been closed. Thank you
23+
for your contributions.

0 commit comments

Comments
 (0)