diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml deleted file mode 100644 index b3aea19..0000000 --- a/.github/workflows/stale.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Close Stale Issues - -on: - schedule: - - cron: '0 0 * * *' - -jobs: - stale: - runs-on: ubuntu-latest - steps: - - uses: actions/stale@v4 - with: - stale-issue-message: > - This issue has been automatically marked as stale because lack of - recent activity. It will be closed if no further activity occurs. Thank you - for your contributions. - exempt-issue-labels: bug,discussion,need-verify,pending-reply,feature-request,enhancement,question,documentation