Fix redirect to community contributing page#6570
Conversation
✅ Deploy Preview for knative ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Changed 'community/contributing/README.md' to 'community/contributing.md' in the redirect configuration to match the actual file location. The file is at docs/community/contributing.md, not docs/community/contributing/README.md. Co-authored-by: dprotaso <18562+dprotaso@users.noreply.github.com>
c24409b to
df5fe4f
Compare
|
/lgtm |
|
@dprotaso: once the present PR merges, I will cherry-pick it on top of DetailsIn 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-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Copilot, dprotaso The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@dprotaso: #6570 failed to apply on top of branch "release-1.20": DetailsIn 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-sigs/prow repository. |
|
@dprotaso: #6570 failed to apply on top of branch "release-1.21": DetailsIn 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-sigs/prow repository. |
The mkdocs-redirects plugin fails in strict mode because
community/contributing/README.mddoesn't exist. The actual file is atdocs/community/contributing.md.Changes
community/contributing/README.mdtocommunity/contributing.md(line 4)Notes
The build script (
hack/build.sh) pulls additional redirects fromrelease-1.21during CI, which still contains the incorrect redirect. A backport PR torelease-1.21is needed to fully resolve the CI failure.✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.