forked from vitessio/vitess
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate PullApprove configuration from v1 to v2.
I've followed https://docs.pullapprove.com/migrating-to-v2/ to do so. We're migrating because v2 is required to recognize GitHub review approvals as LGTM. See dropseed/pullapprove-support#98 (comment)
- Loading branch information
1 parent
e6ff2c8
commit b761de0
Showing
1 changed file
with
20 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,26 @@ | ||
version: 2 | ||
approve_by_comment: true | ||
approve_regex: ':lgtm:|^(LGTM|lgtm)' | ||
reject_regex: '^Rejected' | ||
reset_on_push: false | ||
reviewers: | ||
name: vitess-eng | ||
groups: | ||
vitess-eng: | ||
required: 1 | ||
members: | ||
- alainjobart | ||
- alainjobart-bot | ||
- AndyDiamondstein | ||
- dumbunny | ||
- enisoc | ||
- enisoc-bot | ||
- erzel | ||
- erzel-bot | ||
- mberlin-bot | ||
- michael-berlin | ||
- sougou | ||
- sougou-bot | ||
- thompsonja | ||
- thompsonja-bot | ||
- pivanof | ||
- pivanof-bot | ||
users: | ||
- alainjobart | ||
- alainjobart-bot | ||
- AndyDiamondstein | ||
- dumbunny | ||
- enisoc | ||
- enisoc-bot | ||
- erzel | ||
- erzel-bot | ||
- mberlin-bot | ||
- michael-berlin | ||
- sougou | ||
- sougou-bot | ||
- thompsonja | ||
- thompsonja-bot | ||
- pivanof | ||
- pivanof-bot | ||
|