-
Notifications
You must be signed in to change notification settings - Fork 61.1k
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
Adding a tip about a pull request's base branch #431
Closed
megbird opened this issue
Oct 12, 2020
· 3 comments
· May be fixed by venkatarao-palaparthi/docs#129, roru78/docs#4 or venkatarao-palaparthi/docs#178
Closed
Adding a tip about a pull request's base branch #431
megbird opened this issue
Oct 12, 2020
· 3 comments
· May be fixed by venkatarao-palaparthi/docs#129, roru78/docs#4 or venkatarao-palaparthi/docs#178
Labels
good first issue
Good for newcomers
Comments
I want to take this up! |
Can I use a block quote to indicate this tip? |
4 tasks
This has been done now. Closing |
This was referenced Jan 11, 2022
pytorchmergebot
pushed a commit
to pytorch/pytorch
that referenced
this issue
Apr 11, 2023
…#98538) Currently `${{ github.event.pull_request.base.sha }}` returns the HEAD of the base branch, which is different from **the base of the PR**. See: github/docs#431 https://github.com/orgs/community/discussions/39880 However, BC linter needs to know the base revision **of the PR**, as it looks at the changes **in the PR**. This change is a workaround that determines the correct base of the PR. Hopefully in the future GH provides this information in the event, and this workaround could be removed. Pull Request resolved: #98538 Approved by: https://github.com/PaliC
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In these Halp tickets(content quoted 👇), users have asked us about what the expected behavior should be when a pull request's base branch is updated:
also
Let's include a quick tip about it wherever best applicable, maybe in the Changing the base branch of a pull request article:
The text was updated successfully, but these errors were encountered: