-
Notifications
You must be signed in to change notification settings - Fork 49
feat: add OpenAPI shcema to custom rest backend #135
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
Conversation
✅ Deploy Preview for meek-marigold-103c48 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
Hey @popsiclexu You are missing DCO from this pull request. Can you please look at the instructions below to sign off this commit. To sign off the last commit you made, you can use You can also automate signing off your commits by adding the following to your .zshrc or .bashrc: |
c7f0f33 to
4d155a2
Compare
|
@PixelRobots I have already signed the commit. Thanks for pointing it out! |
|
Hey thanks for that. It looks like the commit also needs a verified signature before I can merge it. Below you will find some instructions on how this can be fixed. 1. Check If Your Commits Are SignedRun this in your terminal: git log --show-signatureIf your commits are not signed or marked as unverified, proceed to the next step. 2. Set Up GPG or SSH Key SigningFor GPG Signing (Recommended)
For SSH Signing (Alternative)If you're using SSH, follow [GitHub’s SSH commit signing guide](https://docs.github.com/en/authentication/managing-commit-signature-verification/generating-a-new-ssh-key-for-commit-signing). After signing, your commits should show as "Verified" in GitHub and I will be able to merge. Thanks again for your contribution. |
4d155a2 to
ef16809
Compare
Signed-off-by: popsiclexu <ZhenxueXu@gmail.com>
ef16809 to
75bda29
Compare
|
@PixelRobots I have already signed the commit. Thanks for your help. |
PixelRobots
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Closes #
📑 Description
add OpenAPI shcema to custom rest backend tutorial
Relative PR: k8sgpt-ai/k8sgpt#1228
✅ Checks
ℹ Additional Information