diff --git a/.github/workflows/nightly-check.yml b/.github/workflows/nightly-check.yml index ac30213735c63..6073cf2267e26 100644 --- a/.github/workflows/nightly-check.yml +++ b/.github/workflows/nightly-check.yml @@ -184,15 +184,12 @@ jobs: with: repo-token: ${{ secrets.GITHUB_TOKEN }} days-before-issue-stale: 30 - days-before-pr-stale: 30 + days-before-pr-stale: -1 days-before-close: -1 stale-issue-label: "stale" - stale-pr-label: "stale" operations-per-run: 1000 remove-stale-when-updated: true stale-issue-message: > There hasn't been any activity on this issue recently, and in order to prioritize active issues, it will be marked as stale. - stale-pr-message: > - There hasn't been any activity on this pull request recently, and in order to prioritize active work, it has - been marked as stale. +