mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-17 18:22:33 +00:00
19 lines
634 B
YAML
19 lines
634 B
YAML
name: Close Stale Issues
|
|
|
|
on:
|
|
schedule:
|
|
- cron: '0 0 * * *'
|
|
|
|
jobs:
|
|
stale:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/stale@v3
|
|
with:
|
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
|
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
|