From bf23b6371b719d374e04dc04f52cb9dc4c4c7356 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Thu, 12 Oct 2023 17:09:00 -0400 Subject: [PATCH] fix: Update add-quarterly-gh-requests.yml (#934) It was previously matching any day in the given months instead of on the first day of each matching month. This is what was causing so many tickets to get created. --- .github/workflows/add-quarterly-gh-requests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add-quarterly-gh-requests.yml b/.github/workflows/add-quarterly-gh-requests.yml index 06f10d3..bfe4dac 100644 --- a/.github/workflows/add-quarterly-gh-requests.yml +++ b/.github/workflows/add-quarterly-gh-requests.yml @@ -1,7 +1,7 @@ name: Create quarterly issues on: schedule: - - cron: 0 0 * 1,4,7,10 * + - cron: 0 0 1 1,4,7,10 * workflow_dispatch: {} jobs: