Skip to content

Commit 4d30ad5

Browse files
author
Daniel Khankin
committed
Fix dangerfile.
1 parent b159dc0 commit 4d30ad5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dangerfile.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {fail, warn, success, danger} from "danger"
1+
import {fail, warn, message, danger} from "danger"
22

33
// Global variables and constants
44
let allSystemsCheck = true
@@ -31,4 +31,4 @@ const approvedByProductionReviewer = reviews.filter(r => productionReviewers.inc
3131
allSystemsCheck &= approvedByProductionReviewer || isProductionReviewer
3232
if (!approvedByProductionReviewer && !isProductionReviewer) fail('Merging requires a review by a production reviewer')
3333

34-
if (allSystemsCheck) success('All systems check! ready to merge (:')
34+
if (allSystemsCheck) message('All systems check! ready to merge (:')

0 commit comments

Comments
 (0)