From e43bc631b413078ffe7b772850005596f7295050 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sun, 21 Apr 2024 11:20:06 +1000 Subject: [PATCH] chore(ci): Specify branch for update-flake-lock --- .github/workflows/update-flake-lock-doc.yaml | 3 ++- .github/workflows/update-flake-lock-example.yaml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-flake-lock-doc.yaml b/.github/workflows/update-flake-lock-doc.yaml index b3c14ddb..16b8df7a 100644 --- a/.github/workflows/update-flake-lock-doc.yaml +++ b/.github/workflows/update-flake-lock-doc.yaml @@ -19,4 +19,5 @@ jobs: pr-title: "Update doc/flake.lock" pr-labels: | automated - path-to-flake-dir: 'doc/' \ No newline at end of file + path-to-flake-dir: 'doc/' + branch: "update_flake_lock_doc" \ No newline at end of file diff --git a/.github/workflows/update-flake-lock-example.yaml b/.github/workflows/update-flake-lock-example.yaml index 49bcdc64..94ab7e1b 100644 --- a/.github/workflows/update-flake-lock-example.yaml +++ b/.github/workflows/update-flake-lock-example.yaml @@ -19,4 +19,5 @@ jobs: pr-title: "Update example/flake.lock" pr-labels: | automated - path-to-flake-dir: 'example/' \ No newline at end of file + path-to-flake-dir: 'example/' + branch: "update_flake_lock_example" \ No newline at end of file