mirror of
https://github.com/danbulant/lucide
synced 2026-07-06 03:30:39 +00:00
ci: remove pull request draft flag (#78)
This commit is contained in:
parent
284126b725
commit
78a260410d
1 changed files with 0 additions and 1 deletions
|
|
@ -132,7 +132,6 @@ pub async fn github_create_pull_request(
|
|||
.pulls(GITHUB_OWNER, GITHUB_REPO)
|
||||
.create(title, branch_name, "main")
|
||||
.body(body)
|
||||
.draft(true)
|
||||
.send()
|
||||
.await?;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue