Closed haslersn closed 4 years ago
Hi @haslersn. Thanks for your PR.
I'm waiting for a kubevirt member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test
on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test
label.
I understand the commands that are listed here.
Please do a dummy commit using git commit -s -a -m blah
then rebase and
squash into a single commit. We have to have that signed-by...
message
in the commit log in order to pass CI
/C
On Tue, Sep 15, 2020, 8:41 PM haslersn notifications@github.com wrote:
Fixes #625 https://github.com/kubevirt/kubevirt.github.io/issues/625
You can view, comment on, or merge this pull request online at:
https://github.com/kubevirt/kubevirt.github.io/pull/626 Commit Summary
- Fix labs-description: Remove localhost:24000 from hrefs
File Changes
- M _includes/labs-description.md https://github.com/kubevirt/kubevirt.github.io/pull/626/files#diff-c8be7b28ba9d9c873bd1ab7bcbc4d69f (6)
Patch Links:
- https://github.com/kubevirt/kubevirt.github.io/pull/626.patch
- https://github.com/kubevirt/kubevirt.github.io/pull/626.diff
— You are receiving this because your review was requested. Reply to this email directly, view it on GitHub https://github.com/kubevirt/kubevirt.github.io/pull/626, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAS5KZ4SF7HTJPFL24NFGWDSGAXX3ANCNFSM4ROE6XLQ .
I did the following and hope that's enough.
git commit --amend -s -a --no-e
git push -f
/lgtm /approve
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: mazzystr
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Fixes #625