Skip to content

Commit

Permalink
Merge pull request #9 from maehr/maehr-patch-1
Browse files Browse the repository at this point in the history
Update and rename .github/main.workflow to .github/workflows/stale.yml
  • Loading branch information
maehr authored Sep 19, 2019
2 parents 3631fd6 + 517a8ce commit 6b90d85
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: "Close 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: 60
days-before-close: 5

0 comments on commit 6b90d85

Please sign in to comment.