Skip to content

Commit

Permalink
feat: probot v11 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m authored Dec 15, 2020
1 parent 6aff85e commit 7bc9e68
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 26 deletions.
4 changes: 2 additions & 2 deletions app.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @param { {app: import('probot').Probot} } app
* @param {import('probot').Probot} app
*/
module.exports = ({ app }) => {
module.exports = (app) => {
app.log("Yay! The app was loaded!");

app.on("issues.opened", async (context) => {
Expand Down
53 changes: 30 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "ISC",
"repository": "https://github.com/probot/example-github-action",
"dependencies": {
"probot": "^11.0.0-beta.2"
"probot": "^11.0.0"
},
"devDependencies": {
"@semantic-release/git": "^9.0.0",
Expand Down

0 comments on commit 7bc9e68

Please sign in to comment.