Merge branch 'master' into master

This commit is contained in:
Nacho 2019-09-24 12:47:46 -04:00 committed by GitHub
commit e8835429fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -1,14 +1,13 @@
name: Mark or close stale issues and PRs
name: Mark stale issues and pull requests
on:
schedule:
- cron: "40 * * * *"
- cron: "0 * * * *"
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v1
with: