Skip to content

Commit 8c86317

Browse files
authored
Merge pull request #5570 from github/openapi-update-aeae68d80fb336be0b4954f8f53ad619cda713bbe2eec35f212397f4a2a7419e
Update OpenAPI 3.1 Descriptions
2 parents b972b82 + fced1c6 commit 8c86317

28 files changed

+42
-42
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117990,7 +117990,7 @@
117990117990
"properties": {
117991117991
"file_patterns": {
117992117992
"type": "array",
117993-
"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.",
117993+
"description": "Array of file patterns. Pull requests which change matching files must be approved by the specified team. File patterns use fnmatch syntax.",
117994117994
"items": {
117995117995
"type": "string"
117996117996
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85618,8 +85618,8 @@ components:
8561885618
file_patterns:
8561985619
type: array
8562085620
description: Array of file patterns. Pull requests which change matching
85621-
files must be approved by the specified team. File patterns use the same
85622-
syntax as `.gitignore` files.
85621+
files must be approved by the specified team. File patterns use fnmatch
85622+
syntax.
8562385623
items:
8562485624
type: string
8562585625
minimum_approvals:

descriptions-next/api.github.com/api.github.com.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117990,7 +117990,7 @@
117990117990
"properties": {
117991117991
"file_patterns": {
117992117992
"type": "array",
117993-
"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.",
117993+
"description": "Array of file patterns. Pull requests which change matching files must be approved by the specified team. File patterns use fnmatch syntax.",
117994117994
"items": {
117995117995
"type": "string"
117996117996
}

descriptions-next/api.github.com/api.github.com.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85618,8 +85618,8 @@ components:
8561885618
file_patterns:
8561985619
type: array
8562085620
description: Array of file patterns. Pull requests which change matching
85621-
files must be approved by the specified team. File patterns use the same
85622-
syntax as `.gitignore` files.
85621+
files must be approved by the specified team. File patterns use fnmatch
85622+
syntax.
8562385623
items:
8562485624
type: string
8562585625
minimum_approvals:

0 commit comments

Comments
 (0)