From 8c8ed1f76c55cb9d4e27be0f4a642a9429b959b0 Mon Sep 17 00:00:00 2001 From: Levi Thomason Date: Tue, 20 Feb 2018 17:30:58 -0800 Subject: [PATCH 1/2] Create stale.yml --- .github/stale.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/stale.yml diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 000000000..f6f830e02 --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,22 @@ +# Number of days of inactivity before an issue becomes stale +daysUntilStale: 90 + +# Number of days of inactivity before a stale issue is closed +daysUntilClose: 30 + +# Issues with these labels will never be considered stale +exemptLabels: + - pinned + - security + +# 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 it has not had + recent activity. It will be closed in 30 days 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 From 862955bd65fa5ae79c2b648569a7dea4b5b1c09b Mon Sep 17 00:00:00 2001 From: Levi Thomason Date: Wed, 21 Feb 2018 18:29:02 -0800 Subject: [PATCH 2/2] chore(stale.yml): update exempt labels --- .github/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index f6f830e02..ef6bb16cc 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -6,8 +6,8 @@ daysUntilClose: 30 # Issues with these labels will never be considered stale exemptLabels: - - pinned - - security + - Confirmed Bug + - Needs Milestone # Label to use when marking an issue as stale staleLabel: stale