Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion descriptions/api.github.com/api.github.com.2022-11-28.json
Original file line number Diff line number Diff line change
Expand Up @@ -116787,7 +116787,7 @@
"properties": {
"file_patterns": {
"type": "array",
"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.",
"description": "Array of file patterns. Pull requests which change matching files must be approved by the specified team. File patterns use fnmatch syntax.",
"items": {
"type": "string"
}
Expand Down
4 changes: 2 additions & 2 deletions descriptions/api.github.com/api.github.com.2022-11-28.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85643,8 +85643,8 @@ components:
file_patterns:
type: array
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.
files must be approved by the specified team. File patterns use fnmatch
syntax.
items:
type: string
minimum_approvals:
Expand Down
2 changes: 1 addition & 1 deletion descriptions/api.github.com/api.github.com.json
Original file line number Diff line number Diff line change
Expand Up @@ -116787,7 +116787,7 @@
"properties": {
"file_patterns": {
"type": "array",
"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.",
"description": "Array of file patterns. Pull requests which change matching files must be approved by the specified team. File patterns use fnmatch syntax.",
"items": {
"type": "string"
}
Expand Down
4 changes: 2 additions & 2 deletions descriptions/api.github.com/api.github.com.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85643,8 +85643,8 @@ components:
file_patterns:
type: array
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.
files must be approved by the specified team. File patterns use fnmatch
syntax.
items:
type: string
minimum_approvals:
Expand Down
Loading