Skip to content

Commit

Permalink
Update git_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DerThorsten authored Jan 14, 2025
1 parent f94d36c commit ec64593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emci/git_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def make_pr_for_recipe(recipe_dir, pr_title, target_branch_name, branch_name, au

args = ['gh', 'pr', 'create',
'-B', target_branch_name,
'--title', pr_title, '--body', 'Beep-boop-beep! Whistle-whistle-woo!'
'--title', pr_title, '--body', 'Beep-boop-beep! Whistle-whistle-woo!',
'--label', 'Automerge' if automerge else 'Needs Tests'
]
if target_branch_name == 'main':
Expand Down

0 comments on commit ec64593

Please sign in to comment.