Remove actions/stale

This commit is contained in:
Mimi 2022-03-08 13:18:01 +08:00
parent bd69da6470
commit abae50c285

View File

@ -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