-
Notifications
You must be signed in to change notification settings - Fork 859
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
redirect: add link for 1.33 enhancements board #7791
base: main
Are you sure you want to change the base?
Conversation
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.
Informal LGTM here! (rebase aside) |
5b6c6dd
to
4cc18b9
Compare
New changes are detected. LGTM label has been removed. |
/retest |
apps/k8s-io/configmap-nginx.yaml
Outdated
@@ -306,6 +306,7 @@ data: | |||
rewrite ^/sig-k8s-infra https://github.com/kubernetes/community/tree/master/sig-k8s-infra redirect; | |||
rewrite ^/sig-k8s-infra-notes https://docs.google.com/document/d/1VGMyAn_Pixdg0mTwbjxRcq_-oI7xtyomG9Hoa_RpryQ redirect; | |||
rewrite ^/sig-k8s-infra-playlist https://www.youtube.com/playlist?list=PL69nYSiGNLP2Ghq7VW8rFbMFoHwvORuDL redirect; | |||
rewrite ^/sig-release/1.33/enhancements https://github.com/orgs/kubernetes/projects/200/views/1 redirect; |
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.
rewrite ^/sig-release/1.33/enhancements https://github.com/orgs/kubernetes/projects/200/views/1 redirect; | |
rewrite ^/sig-release/1.33/enhancements$ https://github.com/orgs/kubernetes/projects/200/views/1 redirect; |
I made the same mistake.
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.
ty, this is now up to date
4cc18b9
to
fd59e33
Compare
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ameukam, neoaggelos, npolshakova 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 |
Add a redirect for the k8s 1.33 enhancements board, to stop relying on bit.ly redirects.
cc @npolshakova @gracenng @katcosgrove @kubernetes/release-team-enhancements @kubernetes/release-team-leads