-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
run codegen against latest main to update licenses and api doc #6189
Conversation
docs/pipeline-api.md
Outdated
weight: 404 | ||
weight: 1000 |
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.
Why this change here?
@geriom ^^^
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.
Definitely we should keep this as 404 (or anything other weight in the 400s).
Context: #6117
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.
This is autogenerated, should I fix it manually?
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.
I think we may want to update the weight here
pipeline/hack/update-reference-docs.sh
Line 26 in 0b69945
sed -i".backup" '1s/^/<!--\n---\ntitle: Pipeline API\nlinkTitle: Pipeline API\nweight: 1000\n---\n-->\n\n/' ./docs/pipeline-api.md && rm docs/pipeline-api.md.backup |
@geriom
I wonder how is it possible that this delta is not caught by CI, it sounds like something is broken? @vdemeester wdyt? |
It may make sense to check the pipeline-api file. But I'm not sure about the licenses files |
Wondering #6037 is not a blocker any more? |
Good question 🤔 |
docs/pipeline-api.md
Outdated
weight: 404 | ||
weight: 1000 |
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.
Definitely we should keep this as 404 (or anything other weight in the 400s).
Context: #6117
8d4e7e2
to
06fa693
Compare
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.
OK to merge but +1 on fixing CI so that this is checked
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lbernick The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
@geriom: changing LGTM is restricted to collaborators In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/lgtm Opened #6210 |
that's weird, why the build fails but passed before? |
tektoncd/plumbing@50366b3 got in earlier and fixes #5771. I guess we should not need to restore |
This commit runs codegen against latest main to update licenses and api doc. Signed-off-by: Yongxuan Zhang [email protected]
06fa693
to
4c93724
Compare
/lgtm |
Changes
This commit runs codegen against latest main to update licenses and api doc.
/kind misc
Signed-off-by: Yongxuan Zhang [email protected]
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
functionality, content, code)
/kind <type>
. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tepRelease Notes