Skip to content

Instantly share code, notes, and snippets.

@thuytrinh
Created June 27, 2019 11:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thuytrinh/c9231068bff9ac3005ae4ca119347c7b to your computer and use it in GitHub Desktop.
Save thuytrinh/c9231068bff9ac3005ae4ca119347c7b to your computer and use it in GitHub Desktop.
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