Skip to content

Commit 7bc9e68

Browse files
authored
feat: probot v11 (#3)
1 parent 6aff85e commit 7bc9e68

File tree

3 files changed

+33
-26
lines changed

3 files changed

+33
-26
lines changed

app.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
2-
* @param { {app: import('probot').Probot} } app
2+
* @param {import('probot').Probot} app
33
*/
4-
module.exports = ({ app }) => {
4+
module.exports = (app) => {
55
app.log("Yay! The app was loaded!");
66

77
app.on("issues.opened", async (context) => {

package-lock.json

+30-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"license": "ISC",
1212
"repository": "https://github.com/probot/example-github-action",
1313
"dependencies": {
14-
"probot": "^11.0.0-beta.2"
14+
"probot": "^11.0.0"
1515
},
1616
"devDependencies": {
1717
"@semantic-release/git": "^9.0.0",

0 commit comments

Comments
 (0)