-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve
gitutils.py
by using the Github CLI when available (#1088)
The `gitutils.py` script often fails when you are working in a PR, or if there has been a commit to your target branch since you created your current branch. This improves the utility by using the Github CLI to query the PR information when possible and get the true target branch for the current PR. If the Github CLI is not available, or the branch isnt in a PR, it falls back to the previous functionality. Authors: - Michael Demoret (https://github.com/mdemoret-nv) Approvers: - David Gardner (https://github.com/dagardner-nv) URL: #1088
- Loading branch information
1 parent
70cceef
commit aba421e
Showing
4 changed files
with
632 additions
and
318 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.