diff --git a/.github/workflows/stale-issue.yml b/.github/workflows/stale-issue.yml index 231a292d7a..a47b2d1c03 100644 --- a/.github/workflows/stale-issue.yml +++ b/.github/workflows/stale-issue.yml @@ -35,8 +35,8 @@ jobs: > This PR will be closed in 15 days if no further activity occurs. exempt-issue-labels: 'keep open' exempt-pr-labels: 'keep open' - close-issue-reason: not-planned + close-issue-reason: 'not_planned' days-before-stale: 28 days-before-close: 15 stale-issue-label: 'not-planned' - stale-pr-label: 'stale' \ No newline at end of file + stale-pr-label: 'stale'