summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMatt Jankowski <matt@jankowski.online>2023-07-11 13:40:51 -0400
committerGitHub <noreply@github.com>2023-07-11 19:40:51 +0200
commita02ae377661ef0f5ca56227afb421cf4452762f5 (patch)
treeebca9c642537ad2abc0a8b0775636d4a2666592c /.github
parent9411fa4d366e5cde92f44fa6707fb20ff3b51188 (diff)
Run the rebase conflict checker once an hour (#25914)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/rebase-needed.yml13
1 files changed, 2 insertions, 11 deletions
diff --git a/.github/workflows/rebase-needed.yml b/.github/workflows/rebase-needed.yml
index 131a62a5762..982d71b49a0 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