Skip to content

Commit 00803a7

Browse files
authored
feat: probot v11 (#2)
1 parent 15189d4 commit 00803a7

File tree

3 files changed

+108
-334
lines changed

3 files changed

+108
-334
lines changed

app.js

Lines changed: 2 additions & 2 deletions
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) => {

0 commit comments

Comments
 (0)