Skip to content

Commit

Permalink
fix(package): update issue-parser to version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] authored and pvdlg committed Sep 1, 2018
1 parent 704ac79 commit 14283d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/success.js
Expand Up @@ -47,7 +47,7 @@ module.exports = async (pluginConfig, context) => {
return message
? issues.concat(
parser(message)
.actions.filter(action => isUndefined(action.slug) || action.slug === `${owner}/${repo}`)
.actions.close.filter(action => isUndefined(action.slug) || action.slug === `${owner}/${repo}`)
.map(action => ({number: parseInt(action.issue, 10)}))
)
: issues;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -26,7 +26,7 @@
"globby": "^8.0.0",
"http-proxy-agent": "^2.1.0",
"https-proxy-agent": "^2.2.1",
"issue-parser": "^2.2.0",
"issue-parser": "^3.0.0",
"lodash": "^4.17.4",
"mime": "^2.0.3",
"p-filter": "^1.0.0",
Expand Down

0 comments on commit 14283d1

Please sign in to comment.