From 3244d614428bc42b1be71eff713bad2e38003e95 Mon Sep 17 00:00:00 2001 From: FabioL <1647128+loviuz@users.noreply.github.com> Date: Tue, 31 May 2022 10:06:18 +0200 Subject: [PATCH] Fix label da verificare --- .github/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index 48de326a9..7b115f545 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -8,7 +8,7 @@ daysUntilStale: 60 daysUntilClose: 7 # Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled) -onlyLabels: [bugfix] +onlyLabels: [bug] # Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable #exemptLabels: