From b0a36f704cefb1d5ef0adf1ee2407da91d61b8d2 Mon Sep 17 00:00:00 2001 From: Daniel Azuma Date: Mon, 18 Oct 2021 17:46:28 -0700 Subject: [PATCH] chore: Update primary branch name to main --- .github/CONTRIBUTING.md | 2 +- .github/sync-repo-settings.yaml | 2 +- .github/workflows/ci.yml | 4 ++-- .github/workflows/release-please-label.yml | 2 +- README.md | 4 ++-- googleauth.gemspec | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index a36efb51..9f91d19b 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -24,7 +24,7 @@ accept your pull requests. * Check that the issue has not already been reported. * Check that the issue has not already been fixed in the latest code - (a.k.a. `master`). + (a.k.a. the `main` branch). * Be clear, concise and precise in your description of the problem. * Open an issue with a descriptive title and a summary in grammatically correct, complete sentences. diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml index 7af5aa43..807eb8f7 100644 --- a/.github/sync-repo-settings.yaml +++ b/.github/sync-repo-settings.yaml @@ -2,7 +2,7 @@ rebaseMergeAllowed: true squashMergeAllowed: true mergeCommitAllowed: false branchProtectionRules: -- pattern: master +- pattern: main isAdminEnforced: false requiredStatusCheckContexts: - 'cla/google' diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44e72621..c58d8b17 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,10 +2,10 @@ name: CI on: pull_request: branches: - - master + - main push: branches: - - master + - main workflow_dispatch: jobs: CI: diff --git a/.github/workflows/release-please-label.yml b/.github/workflows/release-please-label.yml index d68c0191..cc9277f1 100644 --- a/.github/workflows/release-please-label.yml +++ b/.github/workflows/release-please-label.yml @@ -2,7 +2,7 @@ name: release-please-label on: pull_request_target: branches: - - master + - main types: - opened jobs: diff --git a/README.md b/README.md index 73647755..c9ccd4c5 100644 --- a/README.md +++ b/README.md @@ -230,5 +230,5 @@ hesitate to about the client or APIs on [StackOverflow](http://stackoverflow.com). [application default credentials]: https://developers.google.com/accounts/docs/application-default-credentials -[contributing]: https://github.com/googleapis/google-auth-library-ruby/tree/master/.github/CONTRIBUTING.md -[license]: https://github.com/googleapis/google-auth-library-ruby/tree/master/LICENSE +[contributing]: https://github.com/googleapis/google-auth-library-ruby/tree/main/.github/CONTRIBUTING.md +[license]: https://github.com/googleapis/google-auth-library-ruby/tree/main/LICENSE diff --git a/googleauth.gemspec b/googleauth.gemspec index b5c0d140..78db0ef8 100755 --- a/googleauth.gemspec +++ b/googleauth.gemspec @@ -30,7 +30,7 @@ Gem::Specification.new do |gem| gem.add_dependency "signet", ">= 0.16", "< 2.a" if gem.respond_to? :metadata - gem.metadata["changelog_uri"] = "https://github.com/googleapis/google-auth-library-ruby/blob/master/CHANGELOG.md" + gem.metadata["changelog_uri"] = "https://github.com/googleapis/google-auth-library-ruby/blob/main/CHANGELOG.md" gem.metadata["source_code_uri"] = "https://github.com/googleapis/google-auth-library-ruby" gem.metadata["bug_tracker_uri"] = "https://github.com/googleapis/google-auth-library-ruby/issues" end