mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-01-12 22:49:53 +08:00
@@ -86,7 +86,7 @@ module.exports = robot => {
|
||||
const params = context.issue({
|
||||
body: 'Hello World!'
|
||||
});
|
||||
context.github.issues.createComment(params);
|
||||
await context.github.issues.createComment(params);
|
||||
});
|
||||
};
|
||||
{% endhighlight %}
|
||||
|
||||
Reference in New Issue
Block a user