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 conclusion, completed_at and output fields to create check api #467

Merged

Conversation

ikkerens
Copy link
Contributor

@ikkerens ikkerens commented Oct 9, 2023

The create checks api also allows for immediate reporting of its completion status for quick status reports (for example, verifying that a PR name matches a regex).

This PR adds those fields to the create check api and builder, skipping the need for another request to update the check immediately after creating it.

src/api/checks.rs Outdated Show resolved Hide resolved
src/api/checks.rs Outdated Show resolved Hide resolved
@ikkerens
Copy link
Contributor Author

I've ran the formatter to fix some of the issues, though my clippy locally still fails due to code that is not mine.
I take it the github action here is running an older version of rust that does not have the checks present in rust clippy 1.73.0?

@maflcko
Copy link
Contributor

maflcko commented Nov 29, 2023

lgtm

@maflcko
Copy link
Contributor

maflcko commented Jan 9, 2024

Friendly ping @XAMPPRocky :)

@XAMPPRocky
Copy link
Owner

Thank you for your PR, and congrats on your first contribution! 🎉

@XAMPPRocky XAMPPRocky merged commit 6b477da into XAMPPRocky:main Jan 9, 2024
@github-actions github-actions bot mentioned this pull request Jan 9, 2024
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

Successfully merging this pull request may close these issues.

3 participants