hive-forge pr-create: set allow_maintainer_edit=true by default (closes #308)

This commit is contained in:
damocles 2026-05-22 22:52:36 +02:00
parent 40589c8510
commit 2ac77a416b

View file

@ -299,7 +299,7 @@ pkgs.writeShellApplication {
--arg base "$_base" \ --arg base "$_base" \
--arg body "$_body" \ --arg body "$_body" \
--argjson draft "$_draft" \ --argjson draft "$_draft" \
'{title:$title,head:$head,base:$base,body:$body,draft:$draft}') '{title:$title,head:$head,base:$base,body:$body,draft:$draft,allow_maintainer_edit:true}')
forge_post "$FORGE_API/repos/$_repo/pulls" "$_payload" \ forge_post "$FORGE_API/repos/$_repo/pulls" "$_payload" \
| jq -r '.html_url' | jq -r '.html_url'
} }