spack / spackbot

Spack maintainer bot 🤖
https://spack.github.io/spackbot/
Other
8 stars 12 forks source link

Allow fixing style on PRs from branches named "develop" #61

Closed scottwittenburg closed 2 years ago

scottwittenburg commented 2 years ago

When developers made PRs to spack and their local branch name was also "develop", git would refuse to fetch from the remote to that branch name locally. This change makes git fetch the remote develop branch to a local branch of a different name.