From 6800203ef8e1c161ad60bd0c0dca3b18bc826053 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Mon, 1 Jul 2024 16:20:49 -0400 Subject: [PATCH] per-branch-updates --- .github/workflows/flake-update.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/flake-update.yml b/.github/workflows/flake-update.yml index 6d952ae..4ae04fb 100644 --- a/.github/workflows/flake-update.yml +++ b/.github/workflows/flake-update.yml @@ -15,14 +15,15 @@ jobs: with: extra_nix_config: | experimental-features = nix-command flakes - install_url: https://releases.nixos.org/nix/nix-2.19.0/install + install_url: https://releases.nixos.org/nix/nix-2.19.0/install - name: Pull latest docker images run: nix ./utils/fetch-docker.sh - name: Update flake.lock id: update uses: DeterminateSystems/update-flake-lock@main with: - pr-title: "Update flake.lock" # Title of PR to be created + pr-title: "Update flake.lock ${{ github.ref }}" # Title of PR to be created + branch: "update-${{ github.ref }}" pr-labels: | # Labels to be set on the PR dependencies automated