Skip to content

Commit

Permalink
chore: Update sync-repo-settings with new teams
Browse files Browse the repository at this point in the history
  • Loading branch information
dazuma committed Aug 8, 2022
1 parent 437e2b0 commit b56dc03
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b56dc03

Please sign in to comment.