Browse Source

Delete stale.yml

pull/522/head
Tim Kimber 6 years ago
committed by GitHub
parent
commit
d68e317798
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 17 deletions
  1. +0
    -17
      .github/workflows/stale.yml

+ 0
- 17
.github/workflows/stale.yml View File

@ -1,17 +0,0 @@
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 }}
stale-issue-message: 'This issue will be closed as no response'
stale-issue-label: 'needs more information'
exempt-issue-label: 'enhancement'
days-before-stale: 60
days-before-close: 30

Loading…
Cancel
Save