1.0.0 • Published 10 years ago

grunt-willitmerge v1.0.0

Weekly downloads
1
License
-
Repository
github
Last release
10 years ago

Grunt? Will it merge?

A Grunt plugin to check if open Github pull requests are merge-able. Uses the command line tool willitmerge.

willitmerge sample

Getting Started

Install this grunt plugin next to your project's Gruntfile with: npm install grunt-willitmerge

Then add this line to your project's Gruntfile:

grunt.loadNpmTasks('grunt-willitmerge');

Included Task

willitmerge

Add the task: willitmerge: {} to your gruntfile and run grunt willitmerge.

Skipping Issues

If you would like to skip certain issues use the ignore option:

willitmerge: {
  ignore: [123, 99, 111]
}

All the options from willitmerge are available.

Contributing

Please open an issue or send a pull request. Thanks!

Release History

  • 1.0.0 Tag grunt as peerDep at >= 0.4.0. Updating deps.
  • 0.3.0 Grunt v0.4 support.
  • 0.2.0 Become wrapper for willitmerge tool
  • 0.1.3 Restructure willitmerge task and minor fixes
  • 0.1.2 Fix path issues
  • 0.1.1 Remove unwanted helper
  • 0.1.0 Create willitmerge task

License

Copyright (c) 2016 Kyle Robinson Young

Licensed under the MIT license.

1.0.0

10 years ago

0.3.0

13 years ago

0.2.1

13 years ago

0.2.0

13 years ago

0.1.3

13 years ago

0.1.2

13 years ago

0.1.1

13 years ago

0.1.0

13 years ago