diff --git a/.github/workflows/issue-close-require.yml b/.github/workflows/issue-close-require.yml index f5506e4f97..766d69d45c 100644 --- a/.github/workflows/issue-close-require.yml +++ b/.github/workflows/issue-close-require.yml @@ -12,8 +12,8 @@ jobs: uses: actions-cool/issues-helper@v2 with: actions: 'close-issues' - labels: 'state/awaiting user feedback' - inactive-day: 37 + labels: 'stale,state/awaiting user feedback' + inactive-day: 7 body: | If you do not provide feedback for more than 37 days, we will close the issue and you can either reopen it or submit a new issue.