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 24, 2020
1 parent 849924e commit 220dc4d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 29 deletions.
29 changes: 0 additions & 29 deletions .github/stale.yml

This file was deleted.

18 changes: 18 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
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.
exempt-issue-labels: bug,discussion,need-verify,pending-reply,feature-request,enhancement,question,documentation

0 comments on commit 220dc4d

Please sign in to comment.