From ad26c69a0267ee8440b260c4924cc38a38c37d14 Mon Sep 17 00:00:00 2001 From: aimee rivers Date: Fri, 1 Nov 2024 11:11:38 +0100 Subject: [PATCH] feat: Run bulk update please on all backend repos at 10:30am UTC every friday --- .github/workflows/bulk-update-please.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/bulk-update-please.yml b/.github/workflows/bulk-update-please.yml index 2ba34b6..879087e 100644 --- a/.github/workflows/bulk-update-please.yml +++ b/.github/workflows/bulk-update-please.yml @@ -1,13 +1,16 @@ name: Bulk Update Please on: + schedule: + - cron: "30 10 * * 5" + workflow_dispatch: inputs: topic: type: choice description: Target repositories with topic required: true - default: service + default: backend options: - app - backend