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: on:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
- cron: '0 * * * *' - cron: '*/5 * * * *'
jobs: jobs:
stale: stale:

Loading…
Cancel
Save