-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: ignore .md files when do
requiresJenkinsRun
check
- Loading branch information
Showing
4 changed files
with
148 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"createdAt": "2022-07-12T11:55:42Z", | ||
"authorAssociation": "MEMBER", | ||
"author": { | ||
"login": "F3n67u", | ||
"email": "F3n67u@outlook.com", | ||
"name": "Feng Yu" | ||
}, | ||
"url": "https://github.com/nodejs/node/pull/43796", | ||
"bodyHTML": "\n<p dir=\"auto\"><span class=\"issue-keyword tooltipped tooltipped-se\" aria-label=\"This pull request closes issue #43795.\">Fix</span> <a class=\"issue-link js-issue-link\" data-error-text=\"Failed to load title\" data-id=\"1301950808\" data-permission-text=\"Title is private\" data-url=\"https://github.com/nodejs/node/issues/43795\" data-hovercard-type=\"issue\" data-hovercard-url=\"/nodejs/node/issues/43795/hovercard\" href=\"https://github.com/nodejs/node/issues/43795\">#43795</a></p>", | ||
"bodyText": "Fix #43795", | ||
"labels": { "nodes": [{ "name": "http" }] }, | ||
"files": { "nodes": [{ "path": "lib/_http_server.js" }] }, | ||
"title": "http: check if `socket` is null before destroy", | ||
"baseRefName": "main", | ||
"headRefName": "closeIdleConnections", | ||
"changedFiles": 1, | ||
"mergeable": "MERGEABLE", | ||
"closed": false, | ||
"closedAt": null, | ||
"merged": false, | ||
"mergedAt": null | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"createdAt": "2022-06-19T03:31:58Z", | ||
"authorAssociation": "MEMBER", | ||
"author": { | ||
"login": "F3n67u", | ||
"email": "F3n67u@outlook.com", | ||
"name": "Feng Yu" | ||
}, | ||
"url": "https://github.com/nodejs/node/pull/43483", | ||
"bodyHTML": "\n<p dir=\"auto\">unicode-org/icu repo has renamed its default branch to main also, this pr update the link to unicode-org/icu old master branch.</p>", | ||
"bodyText": "unicode-org/icu repo has renamed its default branch to main also, this pr update the link to unicode-org/icu old master branch.", | ||
"labels": { | ||
"nodes": [ | ||
{ "name": "tools" }, | ||
{ "name": "i18n-api" }, | ||
{ "name": "fast-track" }, | ||
{ "name": "author ready" }, | ||
{ "name": "icu" } | ||
] | ||
}, | ||
"files": { "nodes": [{ "path": "tools/icu/README.md" }] }, | ||
"title": "tools: update link of `ICU data slicer`", | ||
"baseRefName": "main", | ||
"headRefName": "doc/icu", | ||
"changedFiles": 1, | ||
"mergeable": "UNKNOWN", | ||
"closed": true, | ||
"closedAt": "2022-06-20T09:20:58Z", | ||
"merged": true, | ||
"mergedAt": "2022-06-20T09:20:58Z" | ||
} |
This file contains 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