Hi all, a few weeks ago I approved this PR that ad...
# development
w
Hi all, a few weeks ago I approved this PR that adds support for OpenAPI, wondering if anyone has any objections on merging it so it gets shipped in 2.15: https://github.com/pantsbuild/pants/pull/16199
w
go ahead!
…but you might want to rebase it first just to make sure nothing bitrotted
w
will do
thanks
actually, it's a branch from a contributor so I can't rebase it
I'll politely ask the contributor to make a rebase
w
you should be able to as a maintainer… but i can do it if not
fwiw: my workflow for pushing to someone else’s branch looks roughly like:
Copy code
git fetch jyggen openapi-support
git checkout -b jyggen/openapi-support jyggen/openapi-support

# ...rebase

git push -f jyggen jyggen/openapi-support:openapi-support
w
oh thanks, and sorry for handing this over, was forgetting about the push force
w
no worries. thanks for the reminder