Skip to content

Instantly share code, notes, and snippets.

@gwax
Created December 2, 2015 17:58
Show Gist options
  • Save gwax/6e3c36c17ce15b008581 to your computer and use it in GitHub Desktop.
Save gwax/6e3c36c17ce15b008581 to your computer and use it in GitHub Desktop.
A proposal for PullApprove configuration
vote_method:
comment:
approve:
- ":+1:"
- ":thumbsup:"
- approve
reject:
- ":-1:"
- ":thumbsdown:"
- reject
required_approvals:
label: owners
count: 2
owners:
- someuser
- anotheruser
- yetanotheruser
required_approvals__form2:
- label: web engineers
count: 2
owners:
- webenguser
- anotherwebenguser
- onemorewebeng
- label: data engineers
count: 1
owners:
- somedataeng
- anotherdataeng
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment