From 46cbce00cac581707835b9afce9a3c6d4f620455 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Rodr=C3=ADguez=20Baquero?= Date: Fri, 2 Sep 2022 11:07:08 -0500 Subject: [PATCH] Update stale.yml --- .github/workflows/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 546af60a..aea76fe5 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -17,7 +17,7 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?' stale-pr-message: 'Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?' - exempt-issue-labels: accepted,blocked,bug,dependency,enhancement,'help wanted',question,security,meta - exempt-pr-labels: accepted,blocked,bug,dependency,enhancement,'help wanted',question,security,meta + exempt-issue-labels: accepted,blocked,dependency,security,meta + exempt-pr-labels: accepted,blocked,bug,dependency,security,meta stale-issue-label: 'stale' stale-pr-label: 'stale'