diff --git a/.github/auto-approve.yml b/.github/auto-approve.yml new file mode 100644 index 0000000..5cb1099 --- /dev/null +++ b/.github/auto-approve.yml @@ -0,0 +1,15 @@ +rules: + - author: "googleapis-publisher" + title: "^chore: autogenerated discovery document update" + - author: "yoshi-automation" + title: "^chore: regenerate README$" + changedFiles: + - "^README.md$" + - "^\\.github/readme/synth\\.metadata/synth\\.metadata$" + maxFiles: 2 + - author: "yoshi-code-bot" + title: "^chore: release" + changedFiles: + - "package\\.json$" + - "CHANGELOG\\.md$" + maxFiles: 3