Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Create stale.yml
  • Loading branch information
Shohei Ueda authored and GitHub committed Dec 5, 2019
1 parent 7194caa commit 14ef824
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/stale.yml
@@ -0,0 +1,16 @@
name: "Close stale issues"

on:
schedule:
- cron: "6 6 * * *"

jobs:
stale:
runs-on: ubuntu-18.04
steps:
- uses: actions/stale@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue is stale because it has been open 21 days with no activity. Remove stale label or comment or this will be closed in 7 days.'
days-before-stale: 21
days-before-close: 7

0 comments on commit 14ef824

Please sign in to comment.