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

Add guidance about the 'Update branch' button #1392

Merged
merged 2 commits into from
Sep 18, 2024

Conversation

hugovk
Copy link
Member

@hugovk hugovk commented Sep 11, 2024

Sometimes contributors click the "Update branch" button to merge in main into their PR, which is fine if there's a good reason, but if not, pings anyone subscribed to the PR, and uses up CI limited resources, which can cause delays on other PRs.

Good reasons to click it include wanting to update an old PR, to make sure it still passes CI. Or if the PR is failing, and the some tests/config has been updated in main.

I occasionally need to tell contributors this in PRs. Let's add a section to the devguide so we have something handy to link to. Here's some proposed text, happy to change it.

Preview: https://cpython-devguide--1392.org.readthedocs.build/getting-started/pull-request-lifecycle/#update-branch-button

@hugovk hugovk added the guide-new content Additions; New content or section needed label Sep 11, 2024
@AA-Turner AA-Turner merged commit da98447 into python:main Sep 18, 2024
4 checks passed
@hugovk hugovk deleted the update-branch-button branch September 19, 2024 04:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
guide-new content Additions; New content or section needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants