From b74cb7e610460eb89b7b0601475cfe11f3b4595e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Tue, 28 Jun 2022 13:13:38 +0200 Subject: [PATCH] chore: fix stale settings --- .github/stale.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index 6185404..a7d40e3 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -6,14 +6,16 @@ daysUntilClose: 7 # exemptLabels: # - pinned # - security -# Label to use when marking an issue as stale -staleLabel: +# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled) +onlyLabels: - bug - question - feature_request - needs_info - needs-info - incomplete +# 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 @@ -23,5 +25,3 @@ markComment: > closeComment: false only: issues - -staleLabel: stale