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

Add support for github checks along side statuses #2837

Open
andrew opened this issue Nov 8, 2021 · 0 comments
Open

Add support for github checks along side statuses #2837

andrew opened this issue Nov 8, 2021 · 0 comments
Labels
enhancement Improvements and features help wanted Contributions welcome

Comments

@andrew
Copy link
Member

andrew commented Nov 8, 2021

We currently have support for the status api, showing pass/fail/error for pull requests with older CI integrations, new CI integrations like GitHub actions use a different "checks" api.

This will extra permissions on the GitHub App (checks:read) which enables checks webhooks, from there the integration should be very similar to the existing status one, I think we can use the same status field in our database from the conclusion field in the check webhook body.

@andrew andrew added the enhancement Improvements and features label Nov 8, 2021
@andrew andrew added the help wanted Contributions welcome label Dec 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvements and features help wanted Contributions welcome
Projects
None yet
Development

No branches or pull requests

1 participant