diff --git a/app.js b/app.js index cc98dc4..35a732f 100644 --- a/app.js +++ b/app.js @@ -21,6 +21,6 @@ module.exports = app => { workflowRunRetry(app) - // require("release-drafter-github-app")(app, {}) + require("release-drafter-github-app")(app, {}) } diff --git a/package.json b/package.json index 70d5643..399de2e 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "test": "jest" }, "dependencies": { - "probot": "^13.2.1", + "probot": "^13.2.2", "release-drafter-github-app": "^6.0.0" }, "probot": {