We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dd71ff commit b10784eCopy full SHA for b10784e
app.js
@@ -5,7 +5,7 @@ export default (app) => {
5
app.log.info("Yay! The app was loaded!");
6
7
app.on("issues.opened", async (context) => {
8
- return context.octokit.issues.createComment(
+ return context.octokit.rest.issues.createComment(
9
context.issue({ body: "Hello, World!" })
10
);
11
});
0 commit comments