-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Validate pull requests with Travis #5
Comments
Hi, I believe https://github.com/dkhamsing/frankenstein is more handy because it auto sends a PR when there is any url redirects. So I don't need to set up the CI. I have already received one #4. |
@stevemao the two tools are related but a bit different, one is to fix things one time.. the other is to periodically check if you have it part of a pull request but yeah it's up to you 😉 |
Hm.. I just prefer not adding metadata files. It would be great if the bot can leave a comment on the PR or creating an issue if the url is wrong. So I prefer a web hook than integrating with CI. |
Thanks for the feedback |
@stevemao if you prefer not to add meta data to the repo, you can use |
Yup, I think that's a perfect use case :) thanks. Sent from my iPhone
|
Hello, I wrote a tool that can validate README links (valid URLs, not duplicate). It can be run when someone submits a pull request.
It is currently being used by
Examples
If you are interested, connect this repo to https://travis-ci.org/ and add a
.travis.yml
file to the project.See https://github.com/dkhamsing/awesome_bot for options, more information
Feel free to leave a comment 😄
The text was updated successfully, but these errors were encountered: