Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: [auto-approve] allow other authors from googleapis to commit to a PR #5362

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/auto-approve/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,14 +195,14 @@ Below is what each process checks for:
- Checks that the title of the PR starts with chore, build, test, refactor
- Checks that the body of the PR does not contain 'PiperOrigin-RevId'
- Checks that the PR is the first of owlbot PRs in the repo (so that they are not merged out of order)
- Checks that there are no other commit authors other than owlbot on the repo
- Checks that there are no other commit authors other than owlbot or members of googleapis
* OwlBotPRsNode:
- Checks that the author is 'gcf-owl-bot[bot]'
- Checks that the title of the PR does NOT include BREAKING, !
- Checks that the title of the PR starts with chore, build, test, refactor, feat, fix,
- Checks that the body of the PR DOES contain 'PiperOrigin-RevId'
- Checks that the PR is the first of owlbot PRs in the repo (so that they are not merged out of order)
- Checks that there are no other commit authors other than owlbot on the repo
- Checks that there are no other commit authors other than owlbot or members of googleapis


This change in configuration permits the following:
Expand Down
Loading
Loading