From be22e21cee5ab59dd777d2a998beebcedf3fcb1e Mon Sep 17 00:00:00 2001 From: NAHO <90870942+trueNAHO@users.noreply.github.com> Date: Mon, 1 Dec 2025 01:54:03 +0100 Subject: [PATCH] ci: update-flake: match PR title to commit title (#2043) Link: https://github.com/nix-community/stylix/pull/2043 Fixes: b01dbcdc0865 ("ci: update-flake: use one atomic commit") Reviewed-by: 0xda157 (cherry picked from commit 794b6e1fa75177ebfeb32967f135858a1ab1ba15) --- .github/workflows/update-flake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-flake.yml b/.github/workflows/update-flake.yml index 5e19ecf2..d6d2969d 100644 --- a/.github/workflows/update-flake.yml +++ b/.github/workflows/update-flake.yml @@ -81,7 +81,7 @@ jobs: body: "This is an automated update triggered by the [workflow run #${{ github.run_id }}](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})." # yamllint disable-line rule:line-length label: "topic: dependencies" pr_branch: update_flake_lock_action_${{ matrix.branch }} - title: "${{ startsWith(matrix.branch, 'release') && format('[{0}] ', matrix.branch) || '' }}flake: update public and dev inputs" # yamllint disable-line rule:line-length + title: "${{ startsWith(matrix.branch, 'release') && format('[{0}] ', matrix.branch) || '' }}flake: update all inputs" # yamllint disable-line rule:line-length run: | git switch --create "$pr_branch" git push origin "$pr_branch" --force --set-upstream