mirror of
https://github.com/danbulant/lucide
synced 2026-07-10 13:41:08 +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)
|
.pulls(GITHUB_OWNER, GITHUB_REPO)
|
||||||
.create(title, branch_name, "main")
|
.create(title, branch_name, "main")
|
||||||
.body(body)
|
.body(body)
|
||||||
.draft(true)
|
|
||||||
.send()
|
.send()
|
||||||
.await?;
|
.await?;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue