Skip to content

Commit

Permalink
PR description update working as expected
Browse files Browse the repository at this point in the history
  • Loading branch information
sshrihar committed Sep 24, 2024
1 parent 84ceb55 commit 938e023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_branches.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def clone_data_to_branch_folder(branch_name, remote_url, parent_dir, pr_number=N
os.chdir(parent_dir)


def update_pr_description(pr_number):
def update_pr_description(pr_number:str):
"""
Updates PR description by adding the url to access the hosted environment under dev
if it does not already exist in the definition
Expand Down

0 comments on commit 938e023

Please sign in to comment.