Skip to content

Commit ae21783

Browse files
Make sure to list pulls in comments when using --pulls (#22)
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
1 parent bac4e80 commit ae21783

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ros_github_scripts/ci_for_pr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ def main():
407407
github_instance = Github(github_access_token)
408408

409409
branch_name = parsed.branch
410-
pull_texts = None
410+
pull_texts = parsed.pulls
411411
chosen_pulls = []
412412
if parsed.interactive:
413413
all_user_pulls = fetch_user_pulls(github_instance)

0 commit comments

Comments
 (0)