From 92a2b7d2d978bde80ce8ba44aed5252f95bcf868 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 17 Jun 2025 09:50:07 +0200 Subject: [PATCH] workflows/labels: run every 10 minutes This will give us much quicker approval labeling, but still need much less resources than before, when we ran on every PR comment. (cherry picked from commit 656b53b0dd7b7d881a7ff9aa809d7815242560b1) --- .github/workflows/labels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 23a65afc5ac7..9f8427124821 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -7,7 +7,7 @@ name: "Label PR" on: schedule: - - cron: '37 * * * *' + - cron: '07,17,27,37,47,57 * * * *' workflow_call: workflow_dispatch: inputs: