A GitHub App built with Probot that A probot app that tries to compile npm assets and commit them
- You can request a compilation and the bot will compile and try to add the requested path if it contains changes, this will create a new commit.
- You can also request a
fixup
that will add a new fixup commit for the previous one (HEAD
). - Finally, you can also request an amend commit and it will force push to your branch.
/compile /path/to/add
Compile and create a new commit with the compiled files/compile amend /path/to/add
Compile and amend the previous commit with the compiled files/compile fixup /path/to/add
Compile and create a new fixup commit with the compiled files
- create a github app
- generate a webhook secret
openssl rand -base64 32
- generate a private key
- replace the data by yours in the
docker-compose.yml
file - replace the content of the fake private key
private-key.pem
by yours - run the bot
docker-compose up
(-d
to run in background) - put your direct url access to your bot in your github app config
If you have suggestions for how backport 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.
ISC © 2019 John Molakvoæ skjnldsv@protonmail.com