This Probot checks changes to packages.json to ensure that URL schemes match intended pattern and that forks are referenced with a tag, instead of a branch
Go to file
Pedro Pombeiro f21a5581ff
Improve summary
2019-01-17 00:06:24 +01:00
.vscode Initial working version 2019-01-17 00:05:26 +01:00
test Initial commit 2019-01-16 22:30:39 +01:00
.env.example Initial commit 2019-01-16 22:30:39 +01:00
.eslintrc.json Add eslint 2019-01-17 00:03:36 +01:00
.gitignore Initial commit 2019-01-16 22:30:39 +01:00
.travis.yml Initial commit 2019-01-16 22:30:39 +01:00
CODE_OF_CONDUCT.md Initial commit 2019-01-16 22:30:39 +01:00
CONTRIBUTING.md Initial commit 2019-01-16 22:30:39 +01:00
LICENSE Initial commit 2019-01-16 22:30:39 +01:00
README.md Initial commit 2019-01-16 22:30:39 +01:00
app.yml Initial commit 2019-01-16 22:30:39 +01:00
index.js Improve summary 2019-01-17 00:06:24 +01:00
package.json Improve summary 2019-01-17 00:06:24 +01:00
yarn.lock Improve summary 2019-01-17 00:06:24 +01:00

README.md

packages-check-bot

A GitHub App built with Probot that checks changes to packages.json to ensure that URL schemes match intended pattern and that forks are referenced with a tag, instead of a branch.

Setup

# Install dependencies
npm install

# Run the bot
npm start

Contributing

If you have suggestions for how packages-check-bot 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.

License

ISC © 2019 Pedro Pombeiro pombeirp@users.noreply.github.com (https://status.im)