diff --git a/.github/workflows/set_pr_labels.yml b/.github/workflows/set_pr_labels.yml index b08fa033f01..b1ad016cb9d 100644 --- a/.github/workflows/set_pr_labels.yml +++ b/.github/workflows/set_pr_labels.yml @@ -1,7 +1,7 @@ name: Pull Requests on: schedule: - - cron: '*/10 * * * *' + - cron: '0 */4 * * *' jobs: Set-Labels: