FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

build: run link checker in linter workflow by richardlau · Pull Request #34810 · nodejs/node · GitHub

/ node Public

build: run link checker in linter workflow - #34810

Closed
richardlau wants to merge 2 commits into
nodejs:masterfrom
richardlau:checklinks
Closed

build: run link checker in linter workflow#34810
richardlau wants to merge 2 commits into
nodejs:masterfrom
richardlau:checklinks

Conversation

Copy link
Copy Markdown
Member

Run the checkLinks.js tool on our actions workflow.
Change format of logged messages when run on GitHub Actions (i.e.
when the GITHUB_ACTIONS environment variable is true) so that
broken links are highlighted inline in pull requests.

Refs: #34787

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

nodejs-github-bot added doc Issues and PRs related to the documentations. meta Issues and PRs related to the general management of the project. tools Issues and PRs related to the tools directory. labels Aug 17, 2020
richardlau added the blocked PRs that are blocked by other issues or PRs. label Aug 17, 2020

This comment has been minimized.

richardlau added author ready PRs that have at least one approval, no outstanding review comments, and a CI started. request-ci Add this label to start a Jenkins CI on a PR. and removed blocked PRs that are blocked by other issues or PRs. labels Aug 17, 2020
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Aug 17, 2020

This comment has been minimized.

Signed-off-by: Richard Lau <riclau@uk.ibm.com>
Change format of logged messages when run on GitHub Actions (i.e.
when the `GITHUB_ACTIONS` environment variable is true) so that
broken links are highlighted inline in pull requests.

Signed-off-by: Richard Lau <riclau@uk.ibm.com>
richardlau added the request-ci Add this label to start a Jenkins CI on a PR. label Aug 17, 2020
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Aug 17, 2020

Copy link
Copy Markdown
Collaborator

richardlau added the commit-queue Add this label to land a pull request using GitHub Actions. label Aug 19, 2020
github-actions Bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Aug 19, 2020

Copy link
Copy Markdown
Contributor
Commit Queue failed
- Loading data for nodejs/node/pull/34810
✔  Done loading data for nodejs/node/pull/34810
----------------------------------- PR info ------------------------------------
Title      build: run link checker in linter workflow (#34810)
   ⚠  Could not retrieve the email or name of the PR author's from user's GitHub profile!
Branch     richardlau:checklinks -> nodejs:master
Labels     author ready, doc, meta, tools
Commits    2
 - build: run link checker in linter workflow
 - doc,tools: annotate broken links in actions workflow
Committers 1
 - Richard Lau 
PR-URL: https://github.com/nodejs/node/pull/34810
Refs: https://github.com/nodejs/node/issues/34787
Reviewed-By: Mary Marchini 
Reviewed-By: James M Snell 
Reviewed-By: Jiawen Geng 
------------------------------ Generated metadata ------------------------------
PR-URL: https://github.com/nodejs/node/pull/34810
Refs: https://github.com/nodejs/node/issues/34787
Reviewed-By: Mary Marchini 
Reviewed-By: James M Snell 
Reviewed-By: Jiawen Geng 
--------------------------------------------------------------------------------
   ℹ  Last Full PR CI on 2020-08-17T20:12:30Z: https://ci.nodejs.org/job/node-test-pull-request/32814/
- Querying data of job/node-test-pull-request/32814/
✔  Build data downloaded
   ℹ  This PR was created on Mon, 17 Aug 2020 17:05:19 GMT
   ✔  Approvals: 3
   ✔  - Mary Marchini (@mmarchini) (TSC): https://github.com/nodejs/node/pull/34810#pullrequestreview-468672962
   ✔  - James M Snell (@jasnell) (TSC): https://github.com/nodejs/node/pull/34810#pullrequestreview-468746762
   ✔  - Jiawen Geng (@gengjiawen): https://github.com/nodejs/node/pull/34810#pullrequestreview-468943560
--------------------------------------------------------------------------------
   ✔  No git am in progress
   ✔  No git rebase in progress
--------------------------------------------------------------------------------
- Bringing origin/master up to date...
From https://github.com/nodejs/node
 * branch              master     -> FETCH_HEAD
✔  origin/master is now up-to-date
- Downloading patch for 34810
✔  Downloaded patch to /home/runner/work/node/node/.ncu/34810/patch
--------------------------------------------------------------------------------
Applying: build: run link checker in linter workflow
Applying: doc,tools: annotate broken links in actions workflow
   ✔  Patches applied
There are 2 commits in the PR
Please run the following commands to complete landing

$ git rebase origin/master -i -x "git node land --amend"
$ git node land --continue

github-actions Bot added the commit-queue-failed An error occurred while landing this pull request using GitHub Actions. label Aug 19, 2020

Trott commented Aug 19, 2020

Copy link
Copy Markdown
Member

Landed in be360e2...9a819dd

Trott closed this Aug 19, 2020
Trott pushed a commit that referenced this pull request Aug 19, 2020
Signed-off-by: Richard Lau <riclau@uk.ibm.com>

PR-URL: #34810
Refs: #34787
Reviewed-By: Mary Marchini <oss@mmarchini.me>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Trott pushed a commit that referenced this pull request Aug 19, 2020
Change format of logged messages when run on GitHub Actions (i.e.
when the `GITHUB_ACTIONS` environment variable is true) so that
broken links are highlighted inline in pull requests.

Signed-off-by: Richard Lau <riclau@uk.ibm.com>

PR-URL: #34810
Refs: #34787
Reviewed-By: Mary Marchini <oss@mmarchini.me>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>

Trott commented Aug 19, 2020
edited
Loading

Copy link
Copy Markdown
Member

(Oh, I see the commit queue tag was added less than an hour ago. Hope I didn't jump the gun by landing it. Sorry if I've made it harder to debug the problem it was having!)

addaleax pushed a commit that referenced this pull request Sep 22, 2020
Signed-off-by: Richard Lau <riclau@uk.ibm.com>

PR-URL: #34810
Refs: #34787
Reviewed-By: Mary Marchini <oss@mmarchini.me>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
addaleax pushed a commit that referenced this pull request Sep 22, 2020
Change format of logged messages when run on GitHub Actions (i.e.
when the `GITHUB_ACTIONS` environment variable is true) so that
broken links are highlighted inline in pull requests.

Signed-off-by: Richard Lau <riclau@uk.ibm.com>

PR-URL: #34810
Refs: #34787
Reviewed-By: Mary Marchini <oss@mmarchini.me>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
codebytere mentioned this pull request Sep 28, 2020
targos removed the commit-queue-failed An error occurred while landing this pull request using GitHub Actions. label Sep 5, 2021
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

Labels

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. doc Issues and PRs related to the documentations. meta Issues and PRs related to the general management of the project. tools Issues and PRs related to the tools directory.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants


Back | FazBrowse Home | New Git URL