Skip to content

Conversation

philschatz
Copy link
Member

@philschatz philschatz commented Feb 25, 2018

Since Pull Requests are auto-deployed the friction to contribute is greatly reduced. Now, you can test the bot by just using the GitHub.com web interface... no need for getting dev keys or cloning the repository on your local machine.

Screencap of adding a new Feature

Here is the code for the New Feature we write in the Screencap:

// Add a "Hello!" message when a new Issue is created
robot.on(['issues.opened'], async(context) => {
  await context.github.issues.createComment(context.issue({body: 'Hello!'}))
})
// We will test it by creating an Issue in https://github.com/philschatz/test

easy-dev

Screenshot of Review apps running

And here is what the Heroku dashboard looks like with multiple Pull Requests open. It shows the Review Apps on the left (the deployed Pull Requests) and the Production app on the right.

image

@philschatz philschatz temporarily deployed to staxly-dev-pr-26 February 25, 2018 19:38 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant