From: Eugen Rochko Date: Fri, 25 Oct 2019 09:47:40 +0000 (+0200) Subject: Create stale.yml (#12207) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=91945aa78a4269acd51d93f88a47d71c38ad63d9;p=mastodon.git Create stale.yml (#12207) --- diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 000000000..bae597628 --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,9 @@ +daysUntilStale: 60 +daysUntilClose: 7 +exemptLabels: + - security +staleLabel: wontfix +markComment: > + This issue has been automatically marked as stale because it has not had + recent activity. It will be closed if no further activity occurs. Thank you + for your contributions.