From 67c3b02d2f3dcb711a2be56331cc8b01727b86f1 Mon Sep 17 00:00:00 2001 From: IzzelAliz Date: Thu, 13 Aug 2020 14:32:08 +0800 Subject: [PATCH] Add stale configuration. --- .github/stale.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/stale.yml diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 00000000..609a34d4 --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,20 @@ +staleLabel: stale +exemptLabels: + - assigned + +pulls: + daysUntilStale: 60 + daysUntilClose: 14 + markComment: > + This pull 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. + closeComment: false +issues: + daysUntilStale: 180 + daysUntilClose: 14 + 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. + closeComment: false