Skip to content

Commit

Permalink
Merge pull request #691 from conda-forge/beckermr-patch-1
Browse files Browse the repository at this point in the history
feat: open rerender or version update PRs in draft mode
  • Loading branch information
beckermr authored Sep 28, 2024
2 parents 9ef1ca9 + 2666b8c commit 3b8a5f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conda_forge_webservices/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,7 @@ def issue_comment(org_name, repo_name, issue_num, title, comment, comment_id=Non
body=pr_message,
base=default_branch,
head=f"{forked_user}:{forked_repo_branch}",
draft=do_rerender or do_version_update,
)

message = textwrap.dedent("""
Expand Down

0 comments on commit 3b8a5f5

Please sign in to comment.