Add stale-bot

This commit is contained in:
Sidharth Vinod
2021-01-14 23:52:46 +05:30
committed by GitHub
parent 87992c0faf
commit 116cf5926e
+18
View File
@@ -0,0 +1,18 @@
name: Mark stale issues and pull requests
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 is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days'
stale-pr-message: 'This pr is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days'