From a02ae377661ef0f5ca56227afb421cf4452762f5 Mon Sep 17 00:00:00 2001 From: Matt Jankowski Date: Tue, 11 Jul 2023 13:40:51 -0400 Subject: [PATCH] Run the rebase conflict checker once an hour (#25914) --- .github/workflows/rebase-needed.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/workflows/rebase-needed.yml b/.github/workflows/rebase-needed.yml index 131a62a57..982d71b49 100644 --- a/.github/workflows/rebase-needed.yml +++ b/.github/workflows/rebase-needed.yml @@ -1,17 +1,8 @@ name: PR Needs Rebase on: - push: - branches-ignore: - - 'dependabot/**' - - 'renovate/**' - - 'l10n_main' - pull_request_target: - branches-ignore: - - 'dependabot/**' - - 'renovate/**' - - 'l10n_main' - types: [synchronize] + schedule: + cron: '0 * * * *' permissions: pull-requests: write