Migrate stale bot to github actions (#97)

This commit is contained in:
Sergey Petrov
2019-10-29 23:48:27 +03:00
committed by GitHub
parent aedc64e8bc
commit 214b72ba68
2 changed files with 19 additions and 13 deletions
+19
View File
@@ -0,0 +1,19 @@
name: Mark stale issues
on:
schedule:
- cron: "0 0 * * *"
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 182
stale-issue-label: stale
stale-issue-message: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs.