Skip to content

Commit e973182

Browse files
authored
Merge pull request #5569 from github/openapi-update-e21480106ff90417627c8069e5c7917a4f262ca6fa2c090a8cf60dda5419a022
Update OpenAPI 3.0 Descriptions
2 parents 8c86317 + 10dc75d commit e973182

28 files changed

Lines changed: 42 additions & 42 deletions

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116787,7 +116787,7 @@
116787116787
"properties": {
116788116788
"file_patterns": {
116789116789
"type": "array",
116790-
"description": "Array of file patterns. Pull requests which change matching files must be approved by the specified team. File patterns use the same syntax as `.gitignore` files.",
116790+
"description": "Array of file patterns. Pull requests which change matching files must be approved by the specified team. File patterns use fnmatch syntax.",
116791116791
"items": {
116792116792
"type": "string"
116793116793
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85643,8 +85643,8 @@ components:
8564385643
file_patterns:
8564485644
type: array
8564585645
description: Array of file patterns. Pull requests which change matching
85646-
files must be approved by the specified team. File patterns use the same
85647-
syntax as `.gitignore` files.
85646+
files must be approved by the specified team. File patterns use fnmatch
85647+
syntax.
8564885648
items:
8564985649
type: string
8565085650
minimum_approvals:

descriptions/api.github.com/api.github.com.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116787,7 +116787,7 @@
116787116787
"properties": {
116788116788
"file_patterns": {
116789116789
"type": "array",
116790-
"description": "Array of file patterns. Pull requests which change matching files must be approved by the specified team. File patterns use the same syntax as `.gitignore` files.",
116790+
"description": "Array of file patterns. Pull requests which change matching files must be approved by the specified team. File patterns use fnmatch syntax.",
116791116791
"items": {
116792116792
"type": "string"
116793116793
}

descriptions/api.github.com/api.github.com.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85643,8 +85643,8 @@ components:
8564385643
file_patterns:
8564485644
type: array
8564585645
description: Array of file patterns. Pull requests which change matching
85646-
files must be approved by the specified team. File patterns use the same
85647-
syntax as `.gitignore` files.
85646+
files must be approved by the specified team. File patterns use fnmatch
85647+
syntax.
8564885648
items:
8564985649
type: string
8565085650
minimum_approvals:

0 commit comments

Comments
 (0)