Skip to content

Commit

Permalink
chore(batch-review): Allow repo-metadata changes in release PRs (#28943)
Browse files Browse the repository at this point in the history
  • Loading branch information
dazuma authored Feb 10, 2025
1 parent 28c3642 commit 0301675
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .toys/batch-review/.toys.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
preset.diff_expectations.expect name: "snippet metadata" do |expect|
expect.change_type(:changed).path_pattern(/\/snippets\/snippet_metadata_[\w\.]+\.json$/)
end
preset.diff_expectations.expect name: "repo metadata" do |expect|
expect.change_type(:changed).path_pattern(/\/\.repo-metadata\.json$/)
end
end

batch_reviewer.define_preset "releases-gapics", based_on: "releases" do |preset|
Expand Down

0 comments on commit 0301675

Please sign in to comment.