Skip to content

Commit 889ade9

Browse files
committed
feat: add additional note pointing toward newly made PR url
1 parent 20dc779 commit 889ade9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/update-demo.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,8 @@ def _create_demo_pr(demo_path: Path, branch: str, commit_start: str) -> None:
164164
"--repo": f"{DEMO.app_author}/{DEMO.app_name}",
165165
}
166166
gh("pr", "create", *itertools.chain.from_iterable(pr_kwargs.items()))
167+
url: str = _get_pr_url(branch=branch)
168+
typer.secho(f"Created PR for branch '{branch}' at '{url}'.")
167169

168170

169171
def _get_pr_url(branch: str) -> str:

0 commit comments

Comments
 (0)