Created
June 27, 2019 11:36
-
-
Save thuytrinh/c9231068bff9ac3005ae4ca119347c7b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const { danger, warn } = require("danger"); | |
// No pull request is too small to include a description of why you made a change. | |
if (danger.github.pr.body.length < 10) { | |
warn("Please include a description of your PR changes."); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For https://medium.com/@trinhngocthuy/a-quick-visual-guide-to-set-up-danger-js-with-bitrise-and-github-257d947ef161.