From b6562a24b61911e733fad1f0e845b2270fada177 Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Wed, 12 May 2021 10:41:24 -0700 Subject: [PATCH] .github: rename "master" branch references to "main" Signed-off-by: Gyuho Lee --- .github/ISSUE_TEMPLATE/distributors-application.md | 4 ++-- .github/SECURITY.md | 2 +- .github/workflows/codeql-analysis.yml | 4 ++-- .github/workflows/self-hosted-linux-arm64-graviton2-tests.yml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/distributors-application.md b/.github/ISSUE_TEMPLATE/distributors-application.md index c660ec20c..2f65c6afa 100644 --- a/.github/ISSUE_TEMPLATE/distributors-application.md +++ b/.github/ISSUE_TEMPLATE/distributors-application.md @@ -20,9 +20,9 @@ meeting the membership criteria. **4. Be a participant and active contributor in the community.** **5. Accept the Embargo Policy.** - + **6. Be willing to contribute back.** - + **7. Have someone already on the list vouch for the person requesting membership on behalf of your distribution.** diff --git a/.github/SECURITY.md b/.github/SECURITY.md index c11bde745..7ce4e8e01 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -1,2 +1,2 @@ -Please read https://github.com/etcd-io/etcd/blob/master/security/README.md. +Please read https://github.com/etcd-io/etcd/blob/main/security/README.md. diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 0757b402a..76e8a31e3 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -13,10 +13,10 @@ name: "CodeQL" on: push: - branches: [ master, release-0.4, release-2.0, release-2.1, release-2.2, release-2.3, release-3.0, release-3.1 ] + branches: [ main, release-0.4, release-2.0, release-2.1, release-2.2, release-2.3, release-3.0, release-3.1 ] pull_request: # The branches below must be a subset of the branches above - branches: [ master ] + branches: [ main ] schedule: - cron: '20 14 * * 5' diff --git a/.github/workflows/self-hosted-linux-arm64-graviton2-tests.yml b/.github/workflows/self-hosted-linux-arm64-graviton2-tests.yml index 9a78be8c3..d5476ad2e 100644 --- a/.github/workflows/self-hosted-linux-arm64-graviton2-tests.yml +++ b/.github/workflows/self-hosted-linux-arm64-graviton2-tests.yml @@ -2,9 +2,9 @@ name: Linux ARM64 Graviton2 on: push: - branches: [master] + branches: [main] pull_request: - branches: [master] + branches: [main] jobs: test: