Resolve markdown-link-check forbidden with renovate app link#690
Merged
Conversation
This was referenced Dec 28, 2022
Collaborator
Author
|
This is a high priority item since it will block the release of any new version through main.yml until it is merged. |
Collaborator
Author
|
Please merge this PR as the markdown issue is blocking all other PRs from successful testing. |
jaffrepaul
approved these changes
Jan 5, 2023
|
🎉 This PR is included in version 5.0.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
kodiakhq Bot
referenced
this pull request
in weareinreach/InReach
Jan 9, 2023
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/cache](https://togithub.com/actions/cache) | action | digest | `4723a57` -> `58c146c` | | [cypress-io/github-action](https://togithub.com/cypress-io/github-action) | action | patch | `v5.0.2` -> `v5.0.4` | --- ### Release Notes <details> <summary>cypress-io/github-action</summary> ### [`v5.0.4`](https://togithub.com/cypress-io/github-action/releases/tag/v5.0.4) [Compare Source](https://togithub.com/cypress-io/github-action/compare/v5.0.3...v5.0.4) **Update Dependencies** - [https://github.com/cypress-io/github-action/pull/577](https://togithub.com/cypress-io/github-action/pull/577) - [https://github.com/cypress-io/github-action/pull/653](https://togithub.com/cypress-io/github-action/pull/653) - [https://github.com/cypress-io/github-action/pull/682](https://togithub.com/cypress-io/github-action/pull/682) - [https://github.com/cypress-io/github-action/pull/704](https://togithub.com/cypress-io/github-action/pull/704) **Docs/Tooling Updates** - [https://github.com/cypress-io/github-action/pull/690](https://togithub.com/cypress-io/github-action/pull/690) includes `/dist` rebuild ### [`v5.0.3`](https://togithub.com/cypress-io/github-action/releases/tag/v5.0.3) [Compare Source](https://togithub.com/cypress-io/github-action/compare/v5.0.2...v5.0.3) ##### Bug Fixes - **deps:** update dependency got to v11.8.6 ([b5134f5](https://togithub.com/cypress-io/github-action/commit/b5134f53897bc8516473dc0e53f72382581de223)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/weareinreach/InReach). PR-URL: #145 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR resolves a new issue that
npm run check:markdownfails on GitHub when checking the link https://renovateapp.com/ in the README file. The error is HTTP 403 forbidden.When run locally there is no failure and https://renovateapp.com/ redirects to https://renovatebot.com/ and then to https://www.mend.io/free-developer-tools/renovate/.
I have replaced the link
https://renovateapp.com/
by
https://github.com/renovatebot
and this passes the
npm run check:markdowncheck on GitHub.Problem analysis
CloudFront is blocking access to https://www.mend.io/free-developer-tools/renovate/ from GitHub by responding with 403 forbidden. A
cy.visit('https://www.mend.io/free-developer-tools/renovate/)run on GitHub also fails.curl -v https://www.mend.io/free-developer-tools/renovate/ -o /dev/nullrun on GitHub shows: