Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gwendolenlynch/probot-publish-only
https://github.com/gwendolenlynch/probot-publish-only
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gwendolenlynch/probot-publish-only
- Owner: GwendolenLynch
- License: isc
- Created: 2017-12-10T08:04:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T01:57:03.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T18:10:15.434Z (over 1 year ago)
- Language: JavaScript
- Size: 1.57 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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
```