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

https://github.com/teamstep/unity-push-checker

A Github plugin for parsing changed unity files
https://github.com/teamstep/unity-push-checker

bot game-development unity

Last synced: about 1 month ago
JSON representation

A Github plugin for parsing changed unity files

Awesome Lists containing this project

README

          

# Unity Push Checker

> A GitHub App that checks for important changes made to the Unity project without any noise.

![screenshot](img/bot-message.jpg)

## Setup

```sh
# install dependencies
yarn

# run the project in development mode
yarn dev

# build the project and run for production
yarn build
yarn start

# run unit tests
yarn test
```

Please create a new `.env` file with the following keys

```env
# The ID of your GitHub App
APP_ID=
WEBHOOK_SECRET=development

# Use `trace` to get verbose logging or `info` to show less
LOG_LEVEL=debug

# Go to https://smee.io/new set this to the URL that you are redirected to.
WEBHOOK_PROXY_URL=
```

## Contributing

If you have suggestions for how Unity Push Checker could be improved, or want to report a bug, open an issue! We'd love all and any contributions.

For more, check out the [Contributing Guide](CONTRIBUTING.md).

## License

[ISC](LICENSE) © 2020 Hoon Kim