ci: update-flake: fix invalid 'gh pr edit' label flag (#2038)

Closes: https://github.com/nix-community/stylix/issues/2037
This commit is contained in:
NAHO 2025-11-29 22:31:05 +01:00 committed by GitHub
parent 49d56ea397
commit 8a096ccec8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -97,8 +97,8 @@ jobs:
if ((pr_count)); then
gh pr edit \
--add-label "$label" \
--body "$body" \
--label "$label" \
--title "$title"
else