Skip to content

Commit

Permalink
Migrate from probot/stale to GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenjoezhang committed Dec 23, 2020
1 parent b99c7cb commit 68fb198
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/stale.yml

This file was deleted.

22 changes: 22 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
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

0 comments on commit 68fb198

Please sign in to comment.