-
Notifications
You must be signed in to change notification settings - Fork 81
[UpstreamMergeAutomation] Added details to PR description + clean up #324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: nilrt/master/scarthgap
Are you sure you want to change the base?
[UpstreamMergeAutomation] Added details to PR description + clean up #324
Conversation
f03398a to
4cc4908
Compare
| - **`rt_target_IP`**: | ||
| The IP address or hostname of the RT target where images will be installed and tested via SSH. | ||
| - **`ssh_connection`**: | ||
| The SSH connection of the RT target where images will be installed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can give a usage example something like: [username]@[hostname or IP address]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have made those changes.
| current_dir = os.getcwd() | ||
| push_and_pr_results = {} | ||
| for git_obj, (status, message) in list(merge_report.items()): | ||
| if status == 0 and message is not None: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't os.chdir(git_obj.local_repo) meant to cd to the absolute path of the submodule? If that's the case, you won't need to keep switching back to the current_dir at the end of every iteration.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After the final PR is created, the working directory should return to the nilrt directory.
4cc4908 to
ff5215f
Compare
|
You might want to change the PR title and the commit message. Do add some more detail in the commit message after the title. |
ff5215f to
fc3545d
Compare
fc3545d to
d294121
Compare
9c1a60c to
6af5773
Compare
Refined upstream merge automation by enhancing PR descriptions and cleaning up code. Removed hard-coded email IDs from configuration file. Signed-off-by: Shreejit-03 <shreejit.c@emerson.com>
6af5773 to
bd480cd
Compare
Implementation
Justification
AB#3174387
Testing
Azure DevOps pipeline run completed successfully.
PRs were auto-created:
Mail report was generated and sent successfully.
@pratheekshasn
@rajendra-desai-ni