From 8e1929290d29985823e0ca0c85b1224239ceec0b Mon Sep 17 00:00:00 2001 From: James Harris Date: Mon, 1 Jun 2020 23:07:36 +0100 Subject: [PATCH] ci(labeler): check every 6 hours instead of every 5 minutes --- .github/workflows/label.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 559ee09..f2d361c 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -1,7 +1,7 @@ name: Pull Request Labeler on: schedule: - - cron: '*/5 * * * *' + - cron: '0 */6 * * *' jobs: labeler: runs-on: ubuntu-latest