Skip to content

Commit

Permalink
Migrate PullApprove configuration from v1 to v2.
Browse files Browse the repository at this point in the history
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
michael-berlin committed Nov 1, 2016
1 parent e6ff2c8 commit b761de0
Showing 1 changed file with 20 additions and 19 deletions.
39 changes: 20 additions & 19 deletions .pullapprove.yml
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

0 comments on commit b761de0

Please sign in to comment.