From 910b4c0319c8abc5daaa7f82a872fc74fa2f2be1 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Thu, 8 Oct 2020 16:41:04 +0200 Subject: [PATCH] Update stale.yml exempt-issue-labels bug fix (#1098) --- .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 70ce438abc7f..d4126b8b46d3 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -14,5 +14,5 @@ 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' operations-per-run: 100 # The maximum number of operations per run, used to control rate limiting.