Skip to content

Commit

Permalink
Update .githint.json
Browse files Browse the repository at this point in the history
- update githint.json to include different options
  • Loading branch information
Benny Ogidan committed Jul 14, 2019
1 parent a5315ee commit 090d70e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .githint.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"options": {
"detectPull": true
"detectPull": "commit.author.login.toLowerCase() !== 'greenkeeper[bot]'",
"skip": "commit.author.login.toLowerCase() === 'greenkeeper[bot]'"
},
"checks": {
"Branch Name": {
Expand Down

0 comments on commit 090d70e

Please sign in to comment.