hive-forge pr-create: set allow_maintainer_edit=true by default (closes #308)
This commit is contained in:
parent
40589c8510
commit
2ac77a416b
1 changed files with 1 additions and 1 deletions
|
|
@ -299,7 +299,7 @@ pkgs.writeShellApplication {
|
|||
--arg base "$_base" \
|
||||
--arg body "$_body" \
|
||||
--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" \
|
||||
| jq -r '.html_url'
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue