From 001d7ed34a30a997a25261913236cb899ec869fa Mon Sep 17 00:00:00 2001 From: wass3r Date: Fri, 22 Jul 2022 14:18:09 -0500 Subject: [PATCH] chore: change default branch to main --- .github/CONTRIBUTING.md | 2 +- .github/README.md | 2 +- .github/workflows/codeql-analysis.yml | 4 ++-- .github/workflows/publish.yml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index cae9375..b20a9bb 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -99,7 +99,7 @@ make clean ```bash # push your code up to your fork -git push fork master +git push fork main ``` * Make sure to follow our [PR process](https://go-vela.github.io/docs/community/contributing_guidelines/#development-workflow) when opening a pull request diff --git a/.github/README.md b/.github/README.md index 70967ed..1438a3b 100644 --- a/.github/README.md +++ b/.github/README.md @@ -3,7 +3,7 @@ [![license](https://img.shields.io/crates/l/gl.svg)](../LICENSE) [![GoDoc](https://godoc.org/github.com/go-vela/vela-git?status.svg)](https://godoc.org/github.com/go-vela/vela-git) [![Go Report Card](https://goreportcard.com/badge/go-vela/vela-git)](https://goreportcard.com/report/go-vela/vela-git) -[![codecov](https://codecov.io/gh/go-vela/vela-git/branch/master/graph/badge.svg)](https://codecov.io/gh/go-vela/vela-git) +[![codecov](https://codecov.io/gh/go-vela/vela-git/branch/main/graph/badge.svg)](https://codecov.io/gh/go-vela/vela-git) A Vela plugin designed for cloning repositories into your workspace. diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 953de24..69b1f3c 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -2,10 +2,10 @@ name: "CodeQL" on: push: - branches: [master] + branches: [main] pull_request: # The branches below must be a subset of the branches above - branches: [master] + branches: [main] schedule: - cron: '0 22 * * 4' diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 418bc13..85f7ffc 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,10 +1,10 @@ # name of the action name: publish -# trigger on push events with branch master +# trigger on push events with branch main on: push: - branches: [ master ] + branches: [ main ] # pipeline to execute jobs: