-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Deprecation Notice: Replace deprecated gaurav-nelson/github-action-markdown-link-check
#12138
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
Comments
/area ci |
It seems like to be just shell scripts. What do you think? |
I agree that this workflow is nothing more than a shell script. We could implement such a script ourselves as needed (right away). Looking at the CodeSearch results, the same action is used in several repos. One of the great things about GitHub Actions is reusable workflows — we can easily use a workflow in other repositories. Do you have any good ideas? |
Hey @Okabe-Junya |
Does kubernetes (e.g. website) have a link checker we could migrate to? Maybe worth asking in sig-docs? |
/priority backlog |
/triage accepte |
@chrischdi: The label(s) 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-sigs/prow repository. |
/triage accepted |
/help |
@chrischdi: GuidelinesPlease ensure that the issue body includes answers to the following questions:
For more details on the requirements of such an issue, please see here and ensure that they are met. If this request no longer meets these requirements, the label can be removed 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-sigs/prow repository. |
As far as I know, there isn't any. Since I'm not familiar with popular OSS for link checkers, it would be beneficial for the community to have a reusable script (like reusable GitHub Actions). |
Let's ask please if we're not 100% sure |
/kind cleanup
Background
About two weeks ago,
gaurav-nelson/github-action-markdown-link-check
was marked as deprecated:cf. https://github.com/gaurav-nelson/github-action-markdown-link-check
Since this repository currently uses
gaurav-nelson/github-action-markdown-link-check
, we need to clean it up appropriately.cluster-api/.github/workflows/pr-md-link-check.yaml
Line 18 in c8d8f4e
cluster-api/.github/workflows/weekly-md-link-check.yaml
Line 23 in c8d8f4e
While the forked at tcort/github-action-markdown-link-check is suggested, it may still be too early to rely on that action.
Question:
How should we handle this deprecation in our workflow?
The text was updated successfully, but these errors were encountered: