Enable PR branch update suggestions (fixes #131) - #132
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
Repo setting verification`allow_update_branch` is still false on this repository. Updating it via API requires admin on `multiformats/py-multiaddr` (push access alone is not sufficient; PATCH returns 404). A maintainer with admin can enable it with: ```bash Or: Settings → General → Pull Requests → Always suggest updating pull request branches. This PR adds the newsfragment and documents the change; please flip the setting when merging (or before, so Update branch can be validated on fork PRs). |
|
Hello @seetadev @sumanjeet0012 , who's got credentials to change #132 (comment) Repo setting |
|
@seetadev — could you help with the remaining step for #131? This PR is ready (CI green), but flipping the repo setting needs admin on Please enable Always suggest updating pull request branches (or run): gh api repos/multiformats/py-multiaddr -X PATCH -f allow_update_branch=true
gh api repos/multiformats/py-multiaddr --jq '{allow_update_branch, default_branch}'Then merge this PR when convenient so #131 can close. Thanks! |
Summary
allow_update_branch), aligning with libp2p/py-libp2p.Maintainer action (repo setting, not in git)
After review or on merge, confirm the setting is on:
gh api repos/multiformats/py-multiaddr -X PATCH -f allow_update_branch=true gh api repos/multiformats/py-multiaddr --jq '{allow_update_branch, default_branch}'Test plan
make prmake validate-newsfragmentsallow_update_branchistrueon the repomasterwith a clean merge, Update branch is visible when permittedMade with Cursor