Skip to content

Commit

Permalink
Commit to get now to try deploying again
Browse files Browse the repository at this point in the history
  • Loading branch information
emmatown committed Oct 4, 2019
1 parent c9af076 commit 88feb14
Showing 1 changed file with 5 additions and 19 deletions.
24 changes: 5 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,12 @@
## Setup

```sh
# Install dependencies
npm install

# Run the bot
npm start
yarn
```

## Installing in your repository

Install the bot from https://github.com/apps/changeset-bot and select the desired repository.

In your repository settings, add a new webhook with the following values.

- Payload URL - `https://smee.io/TNpTJ36TKInIWlgB`
- Content type - `application/json`
- Trigger events - `Pull requests`

## Behaviour

The changeset bot will listen for pull requests being opened and pull requests that have been updated, upon which it will
then scan through the files for a changeset that has been added. The bot will make a comment on the PR stating
whether it found a changeset or not, as well as the message of the latest commit. If the PR is being updated
then the bot will update the existing comment.
The changeset bot will listen for pull requests being opened and pull requests that have been updated, upon which it will
then scan through the files for a changeset that has been added. The bot will make a comment on the PR stating
whether it found a changeset or not, as well as the message of the latest commit. If the PR is being updated
then the bot will update the existing comment.

1 comment on commit 88feb14

@vercel
Copy link

@vercel vercel bot commented on 88feb14 Oct 4, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.