summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2019-03-01 17:28:42 -0600
committerAndrew Geissler <geissonator@yahoo.com>2019-03-05 20:55:53 +0000
commit889dcc3da248b1fe6d841f249f1afc5f5a164b49 (patch)
treef41c0596aa699c79bede71fa44405752bb2ac2e2 /.github
parentd67a12373b4fbbe3453b3f9ca9b1d86407dfcfd1 (diff)
downloadtalos-openbmc-889dcc3da248b1fe6d841f249f1afc5f5a164b49.tar.gz
talos-openbmc-889dcc3da248b1fe6d841f249f1afc5f5a164b49.zip
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 https://github.com/gtmills/test-stale-bot/issues/1 Change-Id: Ibc124913ed471bff6d52ca1e6c39b16584310ee5 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to '.github')
-rw-r--r--.github/stale.yml23
1 files changed, 23 insertions, 0 deletions
diff --git a/.github/stale.yml b/.github/stale.yml
new file mode 100644
index 000000000..55b152a8c
--- /dev/null
+++ b/.github/stale.yml
@@ -0,0 +1,23 @@
+# Stale bot config https://github.com/apps/stale
+
+# Number of days of inactivity before an issue becomes stale (6 months)
+daysUntilStale: 183
+
+# Number of days of inactivity before a stale issue is closed
+daysUntilClose: 30
+
+# Label to use when marking an issue as stale
+staleLabel: stale
+
+# Comment to post when marking an issue as stale. Set to `false` to disable
+markComment: >
+ This issue has been automatically marked as stale because no activity has
+ occurred in the last 6 months. It will be closed if no activity occurs in the
+ next 30 days. If this issue should not be closed please add a comment.
+ Thank you for your understanding and contributions.
+
+# Comment to post when closing a stale issue. Set to `false` to disable
+closeComment: >
+ This issue has been closed because no activity has occurred in the last 7
+ months. Please reopen if this issue should not have been closed. Thank you
+ for your contributions.
OpenPOWER on IntegriCloud