From 704e539cc40a9298915a07b22da716c06e4b7ca5 Mon Sep 17 00:00:00 2001 From: FabioL <1647128+loviuz@users.noreply.github.com> Date: Fri, 3 Jun 2022 16:41:32 +0200 Subject: [PATCH] Fix logiche bot stale --- .github/stale.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index 7b115f545..3cbf1286a 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -23,22 +23,22 @@ exemptProjects: false exemptMilestones: false # Set to true to ignore issues with an assignee (defaults to false) -exemptAssignees: false +exemptAssignees: true # Label to use when marking as stale staleLabel: in chiusura # Comment to post when marking as stale. Set to `false` to disable markComment: > - Issue chiusa automaticamente in assenza di attività. + Issue in chiusura fra 7 giorni per mancanza di attività. # Comment to post when removing the stale label. # unmarkComment: > # Your comment here. # Comment to post when closing a stale Issue or Pull Request. -# closeComment: > -# Your comment here. +closeComment: > + Issue chiusa per inattività. # Limit the number of actions per hour, from 1-30. Default is 30 limitPerRun: 30