Skip to content

Commit

Permalink
disable requiredChecks condition
Browse files Browse the repository at this point in the history
  • Loading branch information
bobvanderlinden committed Nov 22, 2018
1 parent 6232beb commit 8c31913
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/conditions/index.ts
Expand Up @@ -7,7 +7,7 @@ import maximumChangesRequested from './maximumChangesRequested'
import mergeable from './mergeable'
import minimumApprovals from './minimumApprovals'
import open from './open'
import requiredChecks from './requiredChecks'
// import requiredChecks from './requiredChecks'
import requiredLabels from './requiredLabels'

export const conditions = {
Expand All @@ -18,7 +18,7 @@ export const conditions = {
mergeable,
minimumApprovals,
open,
requiredChecks,
// requiredChecks,
requiredLabels
}

Expand Down

0 comments on commit 8c31913

Please sign in to comment.