Skip to content

Commit 6a62642

Browse files
Update OpenAPI 3.0 Descriptions
1 parent e605333 commit 6a62642

16 files changed

+14212
-12832
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114685,10 +114685,11 @@
114685114685
},
114686114686
"bypass_mode": {
114687114687
"type": "string",
114688-
"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.",
114688+
"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.",
114689114689
"enum": [
114690114690
"always",
114691-
"pull_request"
114691+
"pull_request",
114692+
"exempt"
114692114693
],
114693114694
"default": "always"
114694114695
}
@@ -115901,7 +115902,8 @@
115901115902
"enum": [
115902115903
"always",
115903115904
"pull_requests_only",
115904-
"never"
115905+
"never",
115906+
"exempt"
115905115907
]
115906115908
},
115907115909
"node_id": {

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84128,10 +84128,13 @@ components:
8412884128
description: When the specified actor can bypass the ruleset. `pull_request`
8412984129
means that an actor can only bypass rules on pull requests. `pull_request`
8413084130
is not applicable for the `DeployKey` actor type. Also, `pull_request`
84131-
is only applicable to branch rulesets.
84131+
is only applicable to branch rulesets. When `bypass_mode` is `exempt`,
84132+
rules will not be run for that actor and a bypass audit entry will not
84133+
be created.
8413284134
enum:
8413384135
- always
8413484136
- pull_request
84137+
- exempt
8413584138
default: always
8413684139
repository-ruleset-conditions:
8413784140
title: Repository ruleset conditions for ref names
@@ -85036,6 +85039,7 @@ components:
8503685039
- always
8503785040
- pull_requests_only
8503885041
- never
85042+
- exempt
8503985043
node_id:
8504085044
type: string
8504185045
_links:

0 commit comments

Comments
 (0)