From 17ebcf78a04cff1f324f20e708045adbfde74a34 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Mon, 4 Feb 2019 15:35:17 +0100 Subject: [PATCH] Create state.yml --- .github/state.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/state.yml diff --git a/.github/state.yml b/.github/state.yml new file mode 100644 index 000000000..914189811 --- /dev/null +++ b/.github/state.yml @@ -0,0 +1,17 @@ +# Number of days of inactivity before an issue becomes stale +daysUntilStale: 21 +# Number of days of inactivity before a stale issue is closed +daysUntilClose: 7 +# Issues with these labels will never be considered stale +exemptLabels: + - architecture + - pinned +# 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 or pull request 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. +# Comment to post when closing a stale issue. Set to `false` to disable +closeComment: false