Skip to content

Commit

Permalink
Merge pull request github#34630 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot authored Sep 18, 2024
2 parents 1572508 + f5ed722 commit 55efeea
Show file tree
Hide file tree
Showing 10 changed files with 141 additions and 67 deletions.
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/github-apps/lib/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@
"2022-11-28"
]
},
"sha": "066dbf5dc65b77a59b36a517cafeda2feb369334"
"sha": "5a9222e9dba71d8c7d75d8e780cf091f16a9f5a7"
}
2 changes: 2 additions & 0 deletions src/landings/components/ProductArticlesList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ const ProductTreeNodeList = ({ treeNode }: { treeNode: ProductTreeNode }) => {
borderRadius: 0,
},
}}
tabIndex={undefined}
aria-labelledby={undefined}
>
<Link className="d-block width-full text-underline" href={childNode.href}>
{childNode.title}
Expand Down
42 changes: 30 additions & 12 deletions src/rest/data/fpt-2022-11-28/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -362106,7 +362106,8 @@
"type": "string",
"enum": [
"pass",
"fail"
"fail",
"bypass"
],
"description": "The result of the rule evaluations for rules with the `active` and `evaluate` enforcement statuses, demonstrating whether rules would pass or fail if all rules in the rule suite were `active`."
}
Expand Down Expand Up @@ -362290,12 +362291,17 @@
"description": "The result of the rule evaluations for rules with the `active` enforcement status."
},
"evaluation_result": {
"type": "string",
"type": [
"string",
"null"
],
"enum": [
"pass",
"fail"
"fail",
"bypass",
null
],
"description": "The result of the rule evaluations for rules with the `active` and `evaluate` enforcement statuses, demonstrating whether rules would pass or fail if all rules in the rule suite were `active`."
"description": "The result of the rule evaluations for rules with the `active` and `evaluate` enforcement statuses, demonstrating whether rules would pass or fail if all rules in the rule suite were `active`. Null if no rules with `evaluate` enforcement status were run."
},
"rule_evaluations": {
"type": "array",
Expand Down Expand Up @@ -362348,8 +362354,11 @@
"description": "The type of rule."
},
"details": {
"type": "string",
"description": "Any associated details with the rule evaluation."
"type": [
"string",
"null"
],
"description": "The detailed failure message for the rule. Null if the rule passed."
}
}
}
Expand Down Expand Up @@ -489242,7 +489251,8 @@
"type": "string",
"enum": [
"pass",
"fail"
"fail",
"bypass"
],
"description": "The result of the rule evaluations for rules with the `active` and `evaluate` enforcement statuses, demonstrating whether rules would pass or fail if all rules in the rule suite were `active`."
}
Expand Down Expand Up @@ -489436,12 +489446,17 @@
"description": "The result of the rule evaluations for rules with the `active` enforcement status."
},
"evaluation_result": {
"type": "string",
"type": [
"string",
"null"
],
"enum": [
"pass",
"fail"
"fail",
"bypass",
null
],
"description": "The result of the rule evaluations for rules with the `active` and `evaluate` enforcement statuses, demonstrating whether rules would pass or fail if all rules in the rule suite were `active`."
"description": "The result of the rule evaluations for rules with the `active` and `evaluate` enforcement statuses, demonstrating whether rules would pass or fail if all rules in the rule suite were `active`. Null if no rules with `evaluate` enforcement status were run."
},
"rule_evaluations": {
"type": "array",
Expand Down Expand Up @@ -489494,8 +489509,11 @@
"description": "The type of rule."
},
"details": {
"type": "string",
"description": "Any associated details with the rule evaluation."
"type": [
"string",
"null"
],
"description": "The detailed failure message for the rule. Null if the rule passed."
}
}
}
Expand Down
42 changes: 30 additions & 12 deletions src/rest/data/ghec-2022-11-28/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -386345,7 +386345,8 @@
"type": "string",
"enum": [
"pass",
"fail"
"fail",
"bypass"
],
"description": "The result of the rule evaluations for rules with the `active` and `evaluate` enforcement statuses, demonstrating whether rules would pass or fail if all rules in the rule suite were `active`."
}
Expand Down Expand Up @@ -386529,12 +386530,17 @@
"description": "The result of the rule evaluations for rules with the `active` enforcement status."
},
"evaluation_result": {
"type": "string",
"type": [
"string",
"null"
],
"enum": [
"pass",
"fail"
"fail",
"bypass",
null
],
"description": "The result of the rule evaluations for rules with the `active` and `evaluate` enforcement statuses, demonstrating whether rules would pass or fail if all rules in the rule suite were `active`."
"description": "The result of the rule evaluations for rules with the `active` and `evaluate` enforcement statuses, demonstrating whether rules would pass or fail if all rules in the rule suite were `active`. Null if no rules with `evaluate` enforcement status were run."
},
"rule_evaluations": {
"type": "array",
Expand Down Expand Up @@ -386587,8 +386593,11 @@
"description": "The type of rule."
},
"details": {
"type": "string",
"description": "Any associated details with the rule evaluation."
"type": [
"string",
"null"
],
"description": "The detailed failure message for the rule. Null if the rule passed."
}
}
}
Expand Down Expand Up @@ -513876,7 +513885,8 @@
"type": "string",
"enum": [
"pass",
"fail"
"fail",
"bypass"
],
"description": "The result of the rule evaluations for rules with the `active` and `evaluate` enforcement statuses, demonstrating whether rules would pass or fail if all rules in the rule suite were `active`."
}
Expand Down Expand Up @@ -514070,12 +514080,17 @@
"description": "The result of the rule evaluations for rules with the `active` enforcement status."
},
"evaluation_result": {
"type": "string",
"type": [
"string",
"null"
],
"enum": [
"pass",
"fail"
"fail",
"bypass",
null
],
"description": "The result of the rule evaluations for rules with the `active` and `evaluate` enforcement statuses, demonstrating whether rules would pass or fail if all rules in the rule suite were `active`."
"description": "The result of the rule evaluations for rules with the `active` and `evaluate` enforcement statuses, demonstrating whether rules would pass or fail if all rules in the rule suite were `active`. Null if no rules with `evaluate` enforcement status were run."
},
"rule_evaluations": {
"type": "array",
Expand Down Expand Up @@ -514128,8 +514143,11 @@
"description": "The type of rule."
},
"details": {
"type": "string",
"description": "Any associated details with the rule evaluation."
"type": [
"string",
"null"
],
"description": "The detailed failure message for the rule. Null if the rule passed."
}
}
}
Expand Down
28 changes: 20 additions & 8 deletions src/rest/data/ghes-3.12-2022-11-28/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -331497,12 +331497,15 @@
"description": "The result of the rule evaluations for rules with the `active` enforcement status."
},
"evaluation_result": {
"type": "string",
"type": [
"string",
"null"
],
"enum": [
"pass",
"fail"
],
"description": "The result of the rule evaluations for rules with the `active` and `evaluate` enforcement statuses, demonstrating whether rules would pass or fail if all rules in the rule suite were `active`."
"description": "The result of the rule evaluations for rules with the `active` and `evaluate` enforcement statuses, demonstrating whether rules would pass or fail if all rules in the rule suite were `active`. Null if no rules with `evaluate` enforcement status were run."
},
"rule_evaluations": {
"type": "array",
Expand Down Expand Up @@ -331555,8 +331558,11 @@
"description": "The type of rule."
},
"details": {
"type": "string",
"description": "Any associated details with the rule evaluation."
"type": [
"string",
"null"
],
"description": "The detailed failure message for the rule. Null if the rule passed."
}
}
}
Expand Down Expand Up @@ -454674,12 +454680,15 @@
"description": "The result of the rule evaluations for rules with the `active` enforcement status."
},
"evaluation_result": {
"type": "string",
"type": [
"string",
"null"
],
"enum": [
"pass",
"fail"
],
"description": "The result of the rule evaluations for rules with the `active` and `evaluate` enforcement statuses, demonstrating whether rules would pass or fail if all rules in the rule suite were `active`."
"description": "The result of the rule evaluations for rules with the `active` and `evaluate` enforcement statuses, demonstrating whether rules would pass or fail if all rules in the rule suite were `active`. Null if no rules with `evaluate` enforcement status were run."
},
"rule_evaluations": {
"type": "array",
Expand Down Expand Up @@ -454732,8 +454741,11 @@
"description": "The type of rule."
},
"details": {
"type": "string",
"description": "Any associated details with the rule evaluation."
"type": [
"string",
"null"
],
"description": "The detailed failure message for the rule. Null if the rule passed."
}
}
}
Expand Down
Loading

0 comments on commit 55efeea

Please sign in to comment.