Skip to content

Commit 0a877eb

Browse files
Update OpenAPI 3.1 Descriptions
1 parent e605333 commit 0a877eb

16 files changed

+14056
-12652
lines changed

descriptions-next/api.github.com/api.github.com.2022-11-28.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115962,10 +115962,11 @@
115962115962
},
115963115963
"bypass_mode": {
115964115964
"type": "string",
115965-
"description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type. Also, `pull_request` is only applicable to branch rulesets.",
115965+
"description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type. Also, `pull_request` is only applicable to branch rulesets. When `bypass_mode` is `exempt`, rules will not be run for that actor and a bypass audit entry will not be created.",
115966115966
"enum": [
115967115967
"always",
115968-
"pull_request"
115968+
"pull_request",
115969+
"exempt"
115969115970
],
115970115971
"default": "always"
115971115972
}
@@ -117178,7 +117179,8 @@
117178117179
"enum": [
117179117180
"always",
117180117181
"pull_requests_only",
117181-
"never"
117182+
"never",
117183+
"exempt"
117182117184
]
117183117185
},
117184117186
"node_id": {

descriptions-next/api.github.com/api.github.com.2022-11-28.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84132,10 +84132,13 @@ components:
8413284132
description: When the specified actor can bypass the ruleset. `pull_request`
8413384133
means that an actor can only bypass rules on pull requests. `pull_request`
8413484134
is not applicable for the `DeployKey` actor type. Also, `pull_request`
84135-
is only applicable to branch rulesets.
84135+
is only applicable to branch rulesets. When `bypass_mode` is `exempt`,
84136+
rules will not be run for that actor and a bypass audit entry will not
84137+
be created.
8413684138
enum:
8413784139
- always
8413884140
- pull_request
84141+
- exempt
8413984142
default: always
8414084143
repository-ruleset-conditions:
8414184144
title: Repository ruleset conditions for ref names
@@ -85040,6 +85043,7 @@ components:
8504085043
- always
8504185044
- pull_requests_only
8504285045
- never
85046+
- exempt
8504385047
node_id:
8504485048
type: string
8504585049
_links:

0 commit comments

Comments
 (0)