Skip to content

Commit

Permalink
Swapping priorities here (#4611)
Browse files Browse the repository at this point in the history
  • Loading branch information
woody-apple authored Feb 3, 2021
1 parent eac670e commit e7c4cd3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pullapprove.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@ github_api_version: "shadow-cat-preview"
############################################################

pullapprove_conditions:
############################################################
# Required status checks
############################################################
- condition: "'*restyle*' in statuses.successful"
unmet_status: "failure"
explanation: "Style must be inline before reviewing can be complete"

############################################################
# License Checks
############################################################
Expand Down Expand Up @@ -45,6 +38,13 @@ pullapprove_conditions:
############################################################
- "'hotfix' not in labels"

############################################################
# Required status checks
############################################################
- condition: "'*restyle*' in statuses.successful"
unmet_status: "failure"
explanation: "Style must be inline before reviewing can be complete"

############################################################
# Notifications
############################################################
Expand Down

0 comments on commit e7c4cd3

Please sign in to comment.