Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gwendolenlynch/probot-publish-only


https://github.com/gwendolenlynch/probot-publish-only

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

        

# publish-only-bot

> a GitHub App built with [probot](https://github.com/probot/probot) that

## Setup

### Install dependencies

```
yarn install
```

### Run the bot

```
yarn start
```

See [docs/deploy.md](docs/deploy.md) if you would like to run your own instance of this app.

## Testing

```
yarn test
```