ci(labeler): check every 6 hours instead of every 5 minutes

This commit is contained in:
James Harris 2020-06-01 23:07:36 +01:00 committed by GitHub
parent 3af1ab07c4
commit 8e1929290d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
name: Pull Request Labeler name: Pull Request Labeler
on: on:
schedule: schedule:
- cron: '*/5 * * * *' - cron: '0 */6 * * *'
jobs: jobs:
labeler: labeler:
runs-on: ubuntu-latest runs-on: ubuntu-latest