Skip to content

Commit

Permalink
feat: create pr in draft mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegec committed Mar 20, 2024
1 parent 1445686 commit 8c6de07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildit-utils/src/github.rs
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ async fn open_pr_inner(pr: OpenPR<'_>) -> Result<PullRequest, octocrab::Error> {
let pr = crab
.pulls("AOSC-Dev", "aosc-os-abbs")
.create(title, head, "stable")
.draft(false)
.draft(true)
.maintainer_can_modify(true)
.body(&body)
.send()
Expand Down

0 comments on commit 8c6de07

Please sign in to comment.