eggjs/ant-bot

Name: ant-bot

Owner: egg

Description: null

Created: 2018-04-11 13:31:36.0

Updated: 2018-04-16 13:14:31.0

Pushed: 2018-04-14 15:35:42.0

Homepage: null

Size: 115

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Ant bot

Development
start
rn
 env .env
m .env
rn dev
a simplest action
rc/actions/hello.js
t { commentIssue } = require('../github');

tion hello(on) {
('issue_opend', ({ payload }) => {
const user = payload.issue.user.login ;
commentIssue(
  payload,
  `Hello @${user}`,
);
;


le.exports = hello;

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.