Skip to content
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

Bot to inspect PRs #6

Open
plfiorini opened this issue Aug 26, 2016 · 3 comments
Open

Bot to inspect PRs #6

plfiorini opened this issue Aug 26, 2016 · 3 comments
Assignees
Labels

Comments

@plfiorini
Copy link
Member

plfiorini commented Aug 26, 2016

We should have a bot that does some checks before a PR can be merged, that is:

  • Verify if the appropriate license and copyright notice was used
  • Spell checking the commit message
  • Check formatting with clang-format

The bot will use the GitHub status check API so we can integrate it.

@plfiorini
Copy link
Member Author

An example is: https://jorisroovers.github.io/gitlint/

@SkyzohKey
Copy link

You don't need a bot for that, just use a git post-hook, or if you really needs a bot Gitcop does a great job. :)

@plfiorini
Copy link
Member Author

Work started on a status check as a Github action: https://github.com/liri-infra/lint-action

@plfiorini plfiorini self-assigned this Apr 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants