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'