Skip to content

Commit

Permalink
Updating this
Browse files Browse the repository at this point in the history
  • Loading branch information
woody-apple committed Jun 19, 2020
1 parent 4fa4211 commit f7b88a1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .pullapprove.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
version: 3

# https://developer.github.com/v3/previews/#draft-pull-requests
github_api_version: "shadow-cat-preview"

############################################################
Expand All @@ -18,18 +19,18 @@ pullapprove_conditions:
# Draft PRs
############################################################
- condition: "'WIP' not in title"
unmet_status: pending
unmet_status: "pending"
explanation: "Work in progress"

- condition: "not draft"
unmet_status: pending
unmet_status: "pending"
explanation: "Work in progress"

############################################################
# Conditions to Skip Review
############################################################
- condition: "base.ref == 'master'"
unmet_status: success
unmet_status: "success"
explanation: "Review not required unless merging to master"

############################################################
Expand Down Expand Up @@ -65,6 +66,8 @@ groups:
- files.include('*')
reviews:
required: 3
request: -1
request_order: shuffle
reviewers:
teams:
- reviewers-amazon
Expand Down

0 comments on commit f7b88a1

Please sign in to comment.