From 54722d00bbe6139ed8bf1fa1b43f4a7f88e0b539 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Thu, 8 Oct 2020 11:50:52 +0200 Subject: [PATCH] Update stale.yml --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 16b9de6b..f71aead9 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -14,4 +14,4 @@ jobs: stale-pr-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.' days-before-stale: 30 days-before-close: 5 - exempt-issue-label: 'documentation,tutorial' + exempt-issue-labels: 'documentation,tutorial'