githubtraining / release-workflow

Course repo for Learning Lab course "Create a release based workflow".
https://lab.github.com/githubtraining/create-a-release-based-workflow
Creative Commons Attribution 4.0 International
1 stars 6 forks source link

Error while starting lab - inconsistency of default branch #135

Closed bpelikan closed 3 years ago

bpelikan commented 3 years ago

Bug Report

Current behavior Error message while starting lab: image

Reproduction

  1. Go to lab: https://lab.github.com/githubtraining/create-a-release-based-workflow
  2. Start
  3. On last step while starting lab (preparing repo) I get error message:

    There was an error while updating default branch of bpelikan/getting-started-github-apps!

Expected behavior I can start lab without error.

Possible solution Looking at repository that is used in this lab I can see that there default branch is master while in prepared repository on my account I have main branch. I think this is root of error.

brianamarie commented 3 years ago

Hello @bpelikan! I think this is similar to the other issue that you opened.

Similarly to the other issue, though we have forked from another repo, the template repo used by Learning Lab is https://github.com/githubtraining/AlienInvasion. Do you still see this error if you try again in a new browser session?

bpelikan commented 3 years ago

Now it's working fine. Thanks! 🙂