From 2ecf35bb0d4ec680d7fae0b05c511c337fc50b65 Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Fri, 7 Jun 2019 22:45:19 +0200 Subject: [PATCH] Delete stale.yml --- .github/stale.yml | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 .github/stale.yml diff --git a/.github/stale.yml b/.github/stale.yml deleted file mode 100644 index 1caa4f022882c..0000000000000 --- a/.github/stale.yml +++ /dev/null @@ -1,33 +0,0 @@ -# We wait 2 months to check -daysUntilStale: 60 - -# If no answer after two weeks, we close -daysUntilClose: 14 - -# Only issues that requires info from the op -onlyLabels: - - "needs info" - -# Only if issues that are not triaged -exemptLabels: - - "1. to develop" - - "2. developing" - - "3. to review" - - "4. to release" - - security - -# Label to use when marking as stale -staleLabel: stale - -# Comment to post when marking as stale. Set to `false` to disable -markComment: > - This issue has been automatically marked as stale because it has not had - recent activity and it seems to be missing some essential informations. - It will be closed if no further activity occurs. Thank you - for your contributions. - -# Limit the number of actions per hour, from 1-30. Default is 30 -limitPerRun: 1 - -# Limit to only `issues` or `pulls` -only: issues