diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 5f8d58a8..66966ff2 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,4 +4,4 @@ # For syntax help see: # https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax -* @googleapis/yoshi-ruby +* @googleapis/ruby-team diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml index 14c90e22..3bcf9b0f 100644 --- a/.github/sync-repo-settings.yaml +++ b/.github/sync-repo-settings.yaml @@ -19,7 +19,7 @@ branchProtectionRules: permissionRules: - team: yoshi-admins permission: admin - - team: yoshi-ruby-admins + - team: ruby-admins permission: admin - - team: yoshi-ruby + - team: ruby-team permission: push diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0122b7da..958efce9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: node-version: "16.x" - name: Install dependencies shell: bash - run: "gem install --no-document toys && bundle install" + run: "gem install --no-document bundler toys && bundle install" - name: Test ${{ matrix.task }} shell: bash run: toys do ${{ matrix.task }} < /dev/null