fix: replace deprecated git.io goreleaser link in vendored gen-crd-api-reference-docs#16571
Conversation
…n method Replace deprecated https://git.io/goreleaser with the canonical goreleaser install script URL in vendored gen-crd-api-reference-docs. Fixes knative#16570
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Hi @Ankitsinghsisodya. Thanks for your PR. I'm waiting for a knative member to verify that this patch is reasonable to test. If it is, they should reply with Tip We noticed you've done this a few times! Consider joining the org to skip this step and gain Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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 NOT APPROVED This pull-request has been approved by: Ankitsinghsisodya The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #16571 +/- ##
==========================================
+ Coverage 80.30% 80.33% +0.03%
==========================================
Files 217 217
Lines 17305 17305
==========================================
+ Hits 13896 13902 +6
+ Misses 3046 3038 -8
- Partials 363 365 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Hi @Ankitsinghsisodya , AI tools are not 100% reliable so please make sure you understand the changes/issues identified. /close |
|
@linkvt: Closed this PR. 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. |
Proposed change
Replace
https://git.io/goreleaserwith the canonical goreleaser install script invendor/github.com/ahmetb/gen-crd-api-reference-docs/.travis.yml. The git.io shortener is deprecated and was retired; using a direct URL avoids relying on redirects.Fixes #16570
Context
Release note
N/A (vendor metadata; upstream CI example only).