From c45c02de2962b1d12a05472cc02fcab6d41bb0c0 Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Wed, 21 Sep 2022 15:02:35 +0300 Subject: [PATCH] Pull request: imp-stalebot Merge in DNS/adguard-home from imp-stalebot to master Squashed commit of the following: commit d1fb5c6da25eeb168c53abfc7af714827a5242cd Author: Ainar Garipov Date: Wed Sep 21 14:31:50 2022 +0300 all: imp stalebot --- .github/stale.yml | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index 6ed9a7df..6042fc60 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -4,15 +4,17 @@ 'daysUntilClose': 15 # Issues with these labels will never be considered stale. 'exemptLabels': -- 'bug' -- 'documentation' -- 'enhancement' -- 'feature request' -- 'help wanted' -- 'localization' -- 'needs investigation' -- 'recurrent' -- 'research' + - 'bug' + - 'documentation' + - 'enhancement' + - 'feature request' + - 'help wanted' + - 'localization' + - 'needs investigation' + - 'recurrent' + - 'research' +# Set to true to ignore issues in a milestone. +'exemptMilestones': true # Label to use when marking an issue as stale. 'staleLabel': 'wontfix' # Comment to post when marking an issue as stale. Set to `false` to disable. @@ -22,3 +24,5 @@ for your contributions. # Comment to post when closing a stale issue. Set to `false` to disable. 'closeComment': false +# Limit the number of actions per hour. +'limitPerRun': 1