diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 462634b6..13a9cf45 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -63,7 +63,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 2cd871af..65646e99 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/types?status.svg)](https://godoc.org/github.com/go-vela/types) [![Go Report Card](https://goreportcard.com/badge/go-vela/types)](https://goreportcard.com/report/go-vela/types) -[![codecov](https://codecov.io/gh/go-vela/types/branch/master/graph/badge.svg)](https://codecov.io/gh/go-vela/types) +[![codecov](https://codecov.io/gh/go-vela/types/branch/main/graph/badge.svg)](https://codecov.io/gh/go-vela/types) > Vela is in active development and is a pre-release product. > diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 849cae72..c01abac7 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -13,10 +13,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: '31 2 * * 4'