Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Master branch should change name to main #22

Open
pbiology opened this issue Sep 15, 2021 · 2 comments
Open

Master branch should change name to main #22

pbiology opened this issue Sep 15, 2021 · 2 comments

Comments

@pbiology
Copy link

What needs to be done:
The name "Master" isn't in use in best practices for GitHub anymore.

Suggestions on how to get it done:
Change it to "Main"

What are the arguments for getting it done:
Following best practices

Task is considered finished when:
Name is changed! :)

@JD2112
Copy link
Member

JD2112 commented Nov 24, 2021

@pbiology I create the "main" branch. Shall I set it to default?
@sofstam If the default branch changes to "main", will it impacts on the GH actions?

JD2112 added a commit that referenced this issue Nov 24, 2021
#22 master branch cloned to main
@JD2112 JD2112 mentioned this issue Nov 24, 2021
6 tasks
@sofstam
Copy link

sofstam commented Nov 24, 2021

@JD2112 Yes, it will impact. The GH action pull_request.yml should be changed to:

on:
  pull_request:
    branches:
    - main

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants