Browse Source

Update stale.yml

pull/680/head
Emile Nijssen 1 year ago
committed by GitHub
parent
commit
250e1e051e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/stale.yml

2
.github/workflows/stale.yml

@ -8,7 +8,7 @@ name: Mark stale issues and pull requests
on:
workflow_dispatch:
schedule:
- cron: '0 * * * *'
- cron: '*/5 * * * *'
jobs:
stale:

Loading…
Cancel
Save