Skip to content

Commit

Permalink
Revert "Delete stale.yml"
Browse files Browse the repository at this point in the history
This reverts commit 1a45235.
  • Loading branch information
AvdLee committed Feb 6, 2020
1 parent 1a45235 commit dad173c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Mark stale issues and pull requests

on:
schedule:
- cron: "5 * * * *"

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

0 comments on commit dad173c

Please sign in to comment.