From abae50c2853d1e33acf114e68b1da4573c4b2c41 Mon Sep 17 00:00:00 2001 From: Mimi <1119186082@qq.com> Date: Tue, 8 Mar 2022 13:18:01 +0800 Subject: [PATCH] Remove actions/stale --- .github/workflows/stale.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/stale.yml diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml deleted file mode 100644 index 1d576f6..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. You can also use our [support channels](https://github.com/next-theme/hexo-theme-next#feedback) to get help with the project. - exempt-issue-labels: Bug,Feature Request,Discussion,Help Wanted