From a8ee7a209b91e899af4c4922fd9e4da4ac2a65fa Mon Sep 17 00:00:00 2001 From: Ben Limpich Date: Wed, 21 Feb 2024 14:53:50 -0800 Subject: [PATCH] make this an hourly since breaking main is very bad --- .github/workflows/failureNotifier.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/failureNotifier.yml b/.github/workflows/failureNotifier.yml index d2e0ec4f38e5..9eb5bc6eb409 100644 --- a/.github/workflows/failureNotifier.yml +++ b/.github/workflows/failureNotifier.yml @@ -88,7 +88,7 @@ jobs: repo: context.repo.repo, title: issueTitle, body: issueBody, - labels: [failureLabel, 'Daily'], + labels: [failureLabel, 'Hourly'], assignees: [prMerger] }); }