From 8a096ccec828c68bfb870295d186ad994ea0ae2c Mon Sep 17 00:00:00 2001 From: NAHO <90870942+trueNAHO@users.noreply.github.com> Date: Sat, 29 Nov 2025 22:31:05 +0100 Subject: [PATCH] ci: update-flake: fix invalid 'gh pr edit' label flag (#2038) Closes: https://github.com/nix-community/stylix/issues/2037 --- .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 aebf29a6..5e19ecf2 100644 --- a/.github/workflows/update-flake.yml +++ b/.github/workflows/update-flake.yml @@ -97,8 +97,8 @@ jobs: if ((pr_count)); then gh pr edit \ + --add-label "$label" \ --body "$body" \ - --label "$label" \ --title "$title" else