Skip to content

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

Open
Okabe-Junya opened this issue Apr 29, 2025 · 14 comments
Labels
area/ci Issues or PRs related to ci help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. priority/backlog Higher priority than priority/awaiting-more-evidence. triage/accepted Indicates an issue or PR is ready to be actively worked on.

Comments

@Okabe-Junya
Copy link
Member

/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

This repository is now ⛔️ deprecated and is no longer actively maintained.
For support and further development, please use the maintained fork available at Tcort GitHub Action Markdown Link Check.

Since this repository currently uses gaurav-nelson/github-action-markdown-link-check, we need to clean it up appropriately.

- uses: gaurav-nelson/github-action-markdown-link-check@3c3b66f1f7d0900e37b71eca45b63ea9eedfce31 # tag=1.0.17

- uses: gaurav-nelson/github-action-markdown-link-check@3c3b66f1f7d0900e37b71eca45b63ea9eedfce31 # tag=1.0.17

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?

@k8s-ci-robot k8s-ci-robot added kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. needs-priority Indicates an issue lacks a `priority/foo` label and requires one. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Apr 29, 2025
@Okabe-Junya
Copy link
Member Author

/area ci

@k8s-ci-robot k8s-ci-robot added the area/ci Issues or PRs related to ci label Apr 29, 2025
@sivchari
Copy link
Member

sivchari commented May 2, 2025

It seems like to be just shell scripts.
Just an idea, we can still be using it by just moving it to this repo, then pass the argument to the script, then, as a by-product, the workflow will become shell script, so we can easily debug on local machine.

What do you think?
/cc @fabriziopandini @chrischdi

@Okabe-Junya
Copy link
Member Author

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.
Rather than duplicating this small, identical script across each repo, it would be nice to have some reusable mechanism.

Do you have any good ideas?

@sivchari
Copy link
Member

sivchari commented May 3, 2025

Hey @Okabe-Junya
I've made the workflow to check markdown link by using linkspector that is alternative tool of markdown-link-check.
This workflow can work expectedly. PTAL 🙏
#12146

@chrischdi
Copy link
Member

chrischdi commented May 14, 2025

Does kubernetes (e.g. website) have a link checker we could migrate to?

Maybe worth asking in sig-docs?

@chrischdi
Copy link
Member

/priority backlog

@k8s-ci-robot k8s-ci-robot added priority/backlog Higher priority than priority/awaiting-more-evidence. and removed needs-priority Indicates an issue lacks a `priority/foo` label and requires one. labels May 14, 2025
@chrischdi
Copy link
Member

/triage accepte

@k8s-ci-robot
Copy link
Contributor

@chrischdi: The label(s) triage/accepte cannot be applied, because the repository doesn't have them.

In response to this:

/triage accepte

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.

@chrischdi
Copy link
Member

/triage accepted

@k8s-ci-robot k8s-ci-robot added triage/accepted Indicates an issue or PR is ready to be actively worked on. and removed needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels May 14, 2025
@chrischdi
Copy link
Member

/help

@k8s-ci-robot
Copy link
Contributor

@chrischdi:
This request has been marked as needing help from a contributor.

Guidelines

Please ensure that the issue body includes answers to the following questions:

  • Why are we solving this issue?
  • To address this issue, are there any code changes? If there are code changes, what needs to be done in the code and what places can the assignee treat as reference points?
  • Does this issue have zero to low barrier of entry?
  • How can the assignee reach out to you for help?

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
by commenting with the /remove-help command.

In response to this:

/help

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.

@k8s-ci-robot k8s-ci-robot added the help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. label May 14, 2025
@Okabe-Junya
Copy link
Member Author

Does kubernetes (e.g. website) have a link checker we could migrate to?

Maybe worth asking in sig-docs?

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).
It could be worth investigating how CNCF org or other CNCF communities are handling this issue

@sbueringer
Copy link
Member

As far as I know, there isn't any.

Let's ask please if we're not 100% sure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ci Issues or PRs related to ci help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. priority/backlog Higher priority than priority/awaiting-more-evidence. triage/accepted Indicates an issue or PR is ready to be actively worked on.
Projects
None yet
Development

No branches or pull requests

5 participants