Skip to content
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

fix(base_branch): fix base branch usage in missing parts #25

Merged
merged 1 commit into from
Mar 15, 2024

Conversation

alissonperez
Copy link
Owner

@alissonperez alissonperez commented Mar 15, 2024

What was done?

The base branch usage was fixed in the parts where it was missing. The changes were made in the gh.py, gitutil.py, and prdata.py files. The base branch is now correctly used in the creation of pull requests, getting branch info, and getting diff changes.

How was it done?

The changes were made in the create_pr function in gh.py, where the base branch is now correctly used when creating a pull request. In gitutil.py, the base branch is now correctly used in the get_branch_info and _get_diff_changes functions. In prdata.py, the base branch is now correctly displayed in the PrData class.

How was it tested?

The changes were tested by running the modified functions and checking if the base branch is correctly used and displayed. The diff changes show that the base branch is now correctly used in the mentioned functions and classes.

@alissonperez alissonperez changed the title fix(base_branch): fix base branch usage in pr creation fix(base_branch): fix base branch usage in missing parts Mar 15, 2024
@alissonperez alissonperez merged commit c2fbefb into main Mar 15, 2024
2 checks passed
@alissonperez alissonperez deleted the fix/base-branch-gh branch March 15, 2024 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant