Skip to content

Commit

Permalink
explicit body
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz committed Jan 5, 2024
1 parent 5fedd6e commit f20c0c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pr_views_to_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
git checkout -b {NEW_BRANCH} &&
git add {TARGET_FILE_PATH} &&
git commit -m "Update aggregate-worker-metadata.json" &&
gh pr create --base main --head {NEW_BRANCH} --title "Automated PR for Worker Metadata Update" --fill
git push --set-upstream origin {NEW_BRANCH} &&
gh pr create --base main --head {NEW_BRANCH} --title "Automated PR for Worker Metadata Update" --body "This is an automated PR to update the worker metadata."
""" # noqa E501
subprocess.check_call(commands, shell=True)

Expand Down

0 comments on commit f20c0c2

Please sign in to comment.