diff --git a/.github/stale.yml b/.github/stale.yml index 406b409d984..46633e4233e 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -11,10 +11,8 @@ daysUntilClose: 7 onlyLabels: [] # Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable -# exemptLabels: -# - pinned -# - security -# - "[Status] Maybe Later" +exemptLabels: + - "⛔ pr-is-blocked" # Set to true to ignore issues in a project (defaults to false) exemptProjects: true @@ -60,4 +58,4 @@ only: pulls # issues: # exemptLabels: -# - confirmeda +# - confirmed