mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-01-12 09:14:23 +08:00
Update index.html
This commit is contained in:
@@ -85,10 +85,10 @@ module.exports = app => {
|
||||
app.on('issues.opened', async context => {
|
||||
const params = context.issue({
|
||||
body: 'Hello World!'
|
||||
});
|
||||
await context.github.issues.createComment(params);
|
||||
});
|
||||
};
|
||||
})
|
||||
await context.github.issues.createComment(params)
|
||||
})
|
||||
}
|
||||
{% endhighlight %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user