Skip to content
  • Steve Xuereb's avatar
    docs: update reference to `main` from `master` · a77bc1bc
    Steve Xuereb authored
    Run the command below so that you get all the `master` strings. We are
    ignoring some of them explictly since they are rules, or upstream
    changes.
    
    ```shell
    rg --hidden 'master' -g '!faq/README.md' -g '!.vale/gitlab/DefaultBranch.yml' -g '!.vale/gitlab/InclusionCultural.yml' -g '!executors/kubernetes.md'
    ```
    
    This commit assumuses that
    https://gitlab.com/gitlab-org/charts/gitlab-runner is using `main` as a
    default branch as well.
    
    reference: https://gitlab.com/gitlab-org/gitlab-runner/-/issues/27239
    a77bc1bc