From 239d7833f6b317b18a97249637a37f75196c9b2c Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Sun, 22 Jun 2025 20:42:44 -0400 Subject: [PATCH] small update --- .github/workflows/merge_flake_lock_update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merge_flake_lock_update.yml b/.github/workflows/merge_flake_lock_update.yml index f8e7f5e..b3ed4f9 100644 --- a/.github/workflows/merge_flake_lock_update.yml +++ b/.github/workflows/merge_flake_lock_update.yml @@ -2,7 +2,7 @@ name: Auto Merge Pull Request on: workflow_dispatch: schedule: - - cron: "0 0 * * 6" + - cron: "0 2 * * 6" jobs: merge: @@ -17,7 +17,7 @@ jobs: run: gh pr merge flake_lock_update --auto - name: Enable auto-merge run: | - pr_number=$(gh pr list --state open --author "RichieCahill" --label flake_lock_update --json number --jq '.[0].number') + pr_number=$(gh pr list --state open --author RichieCahill --label flake_lock_update --json number --jq '.[0].number') if [ -n "$pr_number" ]; then gh pr merge "$pr_number" --auto else