From d39f1f19ebdea507492b39ba57248b63e6aed9cb Mon Sep 17 00:00:00 2001 From: David Strome <21028455+dstrome@users.noreply.github.com> Date: Mon, 31 Mar 2025 14:33:50 -0700 Subject: [PATCH] Schedule to 1st of the month at 9am UTC. Disable manual trigger. Disable reporting mode. --- .github/workflows/StaleBranch.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/StaleBranch.yml b/.github/workflows/StaleBranch.yml index f55d979291..689edaebdc 100644 --- a/.github/workflows/StaleBranch.yml +++ b/.github/workflows/StaleBranch.yml @@ -5,9 +5,9 @@ permissions: on: schedule: - - cron: "0 */12 * * *" + - cron: "0 9 1 * *" - workflow_dispatch: + # workflow_dispatch: jobs: @@ -21,6 +21,6 @@ jobs: "ExampleBranch1", "ExampleBranch2" ]' - ReportOnly: true + ReportOnly: false secrets: AccessToken: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file