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

RFC: GitHub status check plugin/hook #817

Closed
atodorov opened this issue Feb 20, 2019 · 1 comment
Closed

RFC: GitHub status check plugin/hook #817

atodorov opened this issue Feb 20, 2019 · 1 comment

Comments

@atodorov
Copy link
Member

The idea here is to allow Kiwi TCMS to be able to process events from GitHub and report the results back to the database.

For every pull request we have things like:

  • Travis CI (multiple jobs) - this can even be its own separate thing
  • Code health/static analysis tools (e.g. Scrutinizer)
  • Security scanners (e.g. Snyk or PyUp.io)
  • anything else really.

See https://help.github.com/articles/about-status-checks/ for starters.

On many projects, even inside of Kiwi TCMS, we merge without everything passing. Things like security issues may not be fixed for a long time. A mechanism to push this information back to Kiwi TCMS would be helpful.

@atodorov
Copy link
Member Author

atodorov commented Jan 6, 2020

Now part of kiwitcms/github-app#10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant