From 5acbe9bac44fbd89450de90cea47d589a298a110 Mon Sep 17 00:00:00 2001 From: Thomas Leplus Date: Tue, 22 Oct 2024 20:51:58 +0530 Subject: [PATCH] Schedule hourly PR updates --- .github/workflows/update-prs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/update-prs.yml b/.github/workflows/update-prs.yml index 59fe3b7..82f8365 100644 --- a/.github/workflows/update-prs.yml +++ b/.github/workflows/update-prs.yml @@ -3,6 +3,8 @@ name: Update PRs on: push: + schedule: + - cron: "0 * * * *" workflow_dispatch: permissions: