genomic-medicine-sweden / gms-artic

A nextflow pipeline with a GMS touch for running the ARTIC network's fieldbioinformatics tools (https://github.com/artic-network/fieldbioinformatics).
GNU Affero General Public License v3.0
9 stars 6 forks source link

Master branch should change name to main #22

Open pbiology opened 2 years ago

pbiology commented 2 years ago

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 commented 2 years ago

@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?

sofstam commented 2 years ago

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

on:
  pull_request:
    branches:
    - main