Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repo sync #34904

Merged
merged 1 commit into from
Oct 11, 2024
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 src/github-apps/lib/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@
"2022-11-28"
]
},
"sha": "6b266a1120ab13e630a3606d1906a62b44d6db36"
"sha": "b58921456b9d07db8596feacdff0eea8a6022817"
}
42 changes: 24 additions & 18 deletions src/rest/data/fpt-2022-11-28/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -346987,15 +346987,6 @@
10000
]
},
"collaborators": {
"type": [
"integer",
"null"
],
"examples": [
8
]
},
"billing_email": {
"type": [
"string",
Expand Down Expand Up @@ -347760,15 +347751,6 @@
10000
]
},
"collaborators": {
"type": [
"integer",
"null"
],
"examples": [
8
]
},
"billing_email": {
"type": [
"string",
Expand Down Expand Up @@ -362472,6 +362454,18 @@
"type": "integer",
"default": 1
}
},
{
"name": "targets",
"description": "<p>A comma-separated list of rule targets to filter by.\nIf provided, only rulesets that apply to the specified targets will be returned.\nFor example, <code>branch,tag,push</code>.</p>",
"in": "query",
"required": false,
"schema": {
"type": "string",
"examples": [
"branch,tag,push"
]
}
}
],
"bodyParameters": [],
Expand Down Expand Up @@ -490891,6 +490885,18 @@
"type": "boolean",
"default": true
}
},
{
"name": "targets",
"description": "<p>A comma-separated list of rule targets to filter by.\nIf provided, only rulesets that apply to the specified targets will be returned.\nFor example, <code>branch,tag,push</code>.</p>",
"in": "query",
"required": false,
"schema": {
"type": "string",
"examples": [
"branch,tag,push"
]
}
}
],
"bodyParameters": [],
Expand Down
42 changes: 24 additions & 18 deletions src/rest/data/ghec-2022-11-28/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -366676,15 +366676,6 @@
10000
]
},
"collaborators": {
"type": [
"integer",
"null"
],
"examples": [
8
]
},
"billing_email": {
"type": [
"string",
Expand Down Expand Up @@ -367465,15 +367456,6 @@
10000
]
},
"collaborators": {
"type": [
"integer",
"null"
],
"examples": [
8
]
},
"billing_email": {
"type": [
"string",
Expand Down Expand Up @@ -386727,6 +386709,18 @@
"type": "integer",
"default": 1
}
},
{
"name": "targets",
"description": "<p>A comma-separated list of rule targets to filter by.\nIf provided, only rulesets that apply to the specified targets will be returned.\nFor example, <code>branch,tag,push</code>.</p>",
"in": "query",
"required": false,
"schema": {
"type": "string",
"examples": [
"branch,tag,push"
]
}
}
],
"bodyParameters": [],
Expand Down Expand Up @@ -515547,6 +515541,18 @@
"type": "boolean",
"default": true
}
},
{
"name": "targets",
"description": "<p>A comma-separated list of rule targets to filter by.\nIf provided, only rulesets that apply to the specified targets will be returned.\nFor example, <code>branch,tag,push</code>.</p>",
"in": "query",
"required": false,
"schema": {
"type": "string",
"examples": [
"branch,tag,push"
]
}
}
],
"bodyParameters": [],
Expand Down
18 changes: 0 additions & 18 deletions src/rest/data/ghes-3.10-2022-11-28/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -316452,15 +316452,6 @@
10000
]
},
"collaborators": {
"type": [
"integer",
"null"
],
"examples": [
8
]
},
"billing_email": {
"type": [
"string",
Expand Down Expand Up @@ -317198,15 +317189,6 @@
10000
]
},
"collaborators": {
"type": [
"integer",
"null"
],
"examples": [
8
]
},
"billing_email": {
"type": [
"string",
Expand Down
Loading
Loading