From 9fab7ef4e8f2807d16376b861fa014a1be3ff12e Mon Sep 17 00:00:00 2001 From: alemuntoni Date: Sat, 20 Jun 2020 10:46:11 +0200 Subject: [PATCH] add label management to stale bot --- .github/stale.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index 118a70447..4db8f0e52 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -12,9 +12,11 @@ onlyLabels: [] # Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable exemptLabels: - - Pinned - - Confirmed - - Feature Request + - confirmed + - feature request + - critical bug + - enhancement + - to be checked # Set to true to ignore issues in a project (defaults to false) exemptProjects: false @@ -43,7 +45,7 @@ markComment: > # Your comment here. # Limit the number of actions per hour, from 1-30. Default is 30 -limitPerRun: 30 +limitPerRun: 10 # Limit to only `issues` or `pulls` # only: issues