pxt icon indicating copy to clipboard operation
pxt copied to clipboard

Make GitHub Integration Work with Default Branches of Any Name

Open thsparks opened this issue 2 years ago • 1 comments

We currently assume a default "master" branch in quite a lot of our code. In a few places, we also check for "main", but it'd be good to make it so the whole system worked regardless of the default branch name.

thsparks avatar Oct 24 '23 17:10 thsparks

I made a run at this a while back, but was deemed too risky a change. Here's the PR: https://github.com/microsoft/pxt/pull/8880

eanders-ms avatar Oct 24 '23 17:10 eanders-ms