Skip to content

Commit

Permalink
updated index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hiimbex committed Jun 13, 2017
1 parent b6d5080 commit 2391872
Show file tree
Hide file tree
Showing 4 changed files with 419 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
@@ -1,2 +1,4 @@
.env
node_modules
*.pem
.DS_Store
6 changes: 6 additions & 0 deletions index.js
@@ -0,0 +1,6 @@
module.exports = robot => {
robot.on('issues.opened', async (event, context) => {
// Code was pushed to the repo, what should we do with it?
robot.log(event["payload"["comment"]]);
});
};

0 comments on commit 2391872

Please sign in to comment.