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 656b53b0dd)
This commit is contained in:
Wolfgang Walther
2025-06-17 09:50:07 +02:00
committed by github-actions[bot]
parent 82f40ac05b
commit 92a2b7d2d9

View File

@@ -7,7 +7,7 @@ name: "Label PR"
on:
schedule:
- cron: '37 * * * *'
- cron: '07,17,27,37,47,57 * * * *'
workflow_call:
workflow_dispatch:
inputs: