Skip to content

Commit a983bb8

Browse files
authored
chore: Give yoshi-approver the codeowner bit (googleapis#22618)
1 parent 0a67ef2 commit a983bb8

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

.github/CODEOWNERS

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@
77

88
# @googleapis/ruby-team is the default owner for anything not
99
# explicitly taken by someone else.
10-
* @googleapis/ruby-team
10+
* @googleapis/ruby-team yoshi-approver
1111

12-
/google-cloud-automl*/. @googleapis/ruby-team @googleapis/ml-apis
13-
/google-cloud-bigquery*/. @googleapis/ruby-team @googleapis/api-bigquery
14-
/google-cloud-bigtable*/. @googleapis/ruby-team @googleapis/api-bigtable
15-
/google-cloud-datastore*/. @googleapis/ruby-team @googleapis/api-datastore-sdk
16-
/google-cloud-firestore*/. @googleapis/ruby-team @googleapis/firestore-dpe
17-
/google-cloud-language*/. @googleapis/ruby-team @googleapis/ml-apis
18-
/google-cloud-pubsub*/. @googleapis/ruby-team @googleapis/api-pubsub
19-
/google-cloud-speech*/. @googleapis/ruby-team @googleapis/ml-apis
20-
/google-cloud-storage/ @googleapis/ruby-team @googleapis/cloud-storage-dpe
21-
/google-cloud-talent*/. @googleapis/ruby-team @googleapis/ml-apis
22-
/google-cloud-text_to_speech*/. @googleapis/ruby-team @googleapis/ml-apis
23-
/google-cloud-translate*/. @googleapis/ruby-team @googleapis/ml-apis
24-
/google-cloud-video_intelligence*/. @googleapis/ruby-team @googleapis/ml-apis
25-
/google-cloud-vision*/. @googleapis/ruby-team @googleapis/ml-apis
12+
/google-cloud-automl*/. @googleapis/ruby-team yoshi-approver @googleapis/ml-apis
13+
/google-cloud-bigquery*/. @googleapis/ruby-team yoshi-approver @googleapis/api-bigquery
14+
/google-cloud-bigtable*/. @googleapis/ruby-team yoshi-approver @googleapis/api-bigtable
15+
/google-cloud-datastore*/. @googleapis/ruby-team yoshi-approver @googleapis/api-datastore-sdk
16+
/google-cloud-firestore*/. @googleapis/ruby-team yoshi-approver @googleapis/firestore-dpe
17+
/google-cloud-language*/. @googleapis/ruby-team yoshi-approver @googleapis/ml-apis
18+
/google-cloud-pubsub*/. @googleapis/ruby-team yoshi-approver @googleapis/api-pubsub
19+
/google-cloud-speech*/. @googleapis/ruby-team yoshi-approver @googleapis/ml-apis
20+
/google-cloud-storage/ @googleapis/ruby-team yoshi-approver @googleapis/cloud-storage-dpe
21+
/google-cloud-talent*/. @googleapis/ruby-team yoshi-approver @googleapis/ml-apis
22+
/google-cloud-text_to_speech*/. @googleapis/ruby-team yoshi-approver @googleapis/ml-apis
23+
/google-cloud-translate*/. @googleapis/ruby-team yoshi-approver @googleapis/ml-apis
24+
/google-cloud-video_intelligence*/. @googleapis/ruby-team yoshi-approver @googleapis/ml-apis
25+
/google-cloud-vision*/. @googleapis/ruby-team yoshi-approver @googleapis/ml-apis

.toys/bump-version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def approve_pr pr_number
121121

122122
def wait_for_pr_checks pr_number
123123
puts "Waiting for #{pr_number} checks..."
124-
exec ["gh", "pr", "checks", pr_number, "--watch", "--interval=60"]
124+
exec ["gh", "pr", "checks", pr_number, "--watch", "--interval=60", "--required"]
125125
puts "Checks finished for #{pr_number}"
126126
end
127127

0 commit comments

Comments
 (0)