spacedentist / spr

Submit pull requests for individual, amendable, rebaseable commits to GitHub
https://getcord.github.io/spr/
MIT License
377 stars 33 forks source link

Use branch_name for base branch in github #139

Closed rockwotj closed 1 year ago

rockwotj commented 1 year ago

Previously the base branch in the API was refs/head/master but Github's branch protection seems to break with this form. If it's simply master it seems to work as intended.

Fixes: https://github.com/getcord/spr/issues/108

Test Plan: Several folks at my company have been using this fork for several days without running into #108 again.