diff --git a/src/github-apps/data/fpt-2022-11-28/fine-grained-pat-permissions.json b/src/github-apps/data/fpt-2022-11-28/fine-grained-pat-permissions.json index 806a7b3900..8e51e34b1c 100644 --- a/src/github-apps/data/fpt-2022-11-28/fine-grained-pat-permissions.json +++ b/src/github-apps/data/fpt-2022-11-28/fine-grained-pat-permissions.json @@ -187,50 +187,6 @@ "additional-permissions": [], "access": "write" }, - { - "category": "orgs", - "slug": "create-or-update-custom-properties-for-an-organization", - "subcategory": "custom-properties", - "verb": "patch", - "requestPath": "/orgs/{org}/properties/schema", - "additional-permissions": [ - "organization_custom_properties" - ], - "access": "write" - }, - { - "category": "orgs", - "slug": "create-or-update-a-custom-property-for-an-organization", - "subcategory": "custom-properties", - "verb": "put", - "requestPath": "/orgs/{org}/properties/schema/{custom_property_name}", - "additional-permissions": [ - "organization_custom_properties" - ], - "access": "write" - }, - { - "category": "orgs", - "slug": "remove-a-custom-property-for-an-organization", - "subcategory": "custom-properties", - "verb": "delete", - "requestPath": "/orgs/{org}/properties/schema/{custom_property_name}", - "additional-permissions": [ - "organization_custom_properties" - ], - "access": "write" - }, - { - "category": "orgs", - "slug": "create-or-update-custom-property-values-for-organization-repositories", - "subcategory": "custom-properties", - "verb": "patch", - "requestPath": "/orgs/{org}/properties/values", - "additional-permissions": [ - "organization_custom_properties" - ], - "access": "write" - }, { "category": "orgs", "slug": "get-all-organization-repository-rulesets", @@ -411,9 +367,7 @@ "subcategory": "custom-properties", "verb": "get", "requestPath": "/orgs/{org}/properties/schema", - "additional-permissions": [ - "members" - ], + "additional-permissions": [], "access": "read" }, { @@ -422,9 +376,7 @@ "subcategory": "custom-properties", "verb": "patch", "requestPath": "/orgs/{org}/properties/schema", - "additional-permissions": [ - "organization_administration" - ], + "additional-permissions": [], "access": "admin" }, { @@ -433,9 +385,7 @@ "subcategory": "custom-properties", "verb": "get", "requestPath": "/orgs/{org}/properties/schema/{custom_property_name}", - "additional-permissions": [ - "members" - ], + "additional-permissions": [], "access": "read" }, { @@ -444,9 +394,7 @@ "subcategory": "custom-properties", "verb": "put", "requestPath": "/orgs/{org}/properties/schema/{custom_property_name}", - "additional-permissions": [ - "organization_administration" - ], + "additional-permissions": [], "access": "admin" }, { @@ -455,9 +403,7 @@ "subcategory": "custom-properties", "verb": "delete", "requestPath": "/orgs/{org}/properties/schema/{custom_property_name}", - "additional-permissions": [ - "organization_administration" - ], + "additional-permissions": [], "access": "admin" }, { @@ -466,9 +412,7 @@ "subcategory": "custom-properties", "verb": "get", "requestPath": "/orgs/{org}/properties/values", - "additional-permissions": [ - "members" - ], + "additional-permissions": [], "access": "read" }, { @@ -477,9 +421,7 @@ "subcategory": "custom-properties", "verb": "patch", "requestPath": "/orgs/{org}/properties/values", - "additional-permissions": [ - "organization_administration" - ], + "additional-permissions": [], "access": "write" } ] @@ -662,39 +604,6 @@ "additional-permissions": [], "access": "write" }, - { - "category": "orgs", - "slug": "get-all-custom-properties-for-an-organization", - "subcategory": "custom-properties", - "verb": "get", - "requestPath": "/orgs/{org}/properties/schema", - "additional-permissions": [ - "organization_custom_properties" - ], - "access": "read" - }, - { - "category": "orgs", - "slug": "get-a-custom-property-for-an-organization", - "subcategory": "custom-properties", - "verb": "get", - "requestPath": "/orgs/{org}/properties/schema/{custom_property_name}", - "additional-permissions": [ - "organization_custom_properties" - ], - "access": "read" - }, - { - "category": "orgs", - "slug": "list-custom-property-values-for-organization-repositories", - "subcategory": "custom-properties", - "verb": "get", - "requestPath": "/orgs/{org}/properties/values", - "additional-permissions": [ - "organization_custom_properties" - ], - "access": "read" - }, { "category": "orgs", "slug": "list-public-organization-members", diff --git a/src/github-apps/data/fpt-2022-11-28/server-to-server-permissions.json b/src/github-apps/data/fpt-2022-11-28/server-to-server-permissions.json index f9798f8a10..f6f3737cc3 100644 --- a/src/github-apps/data/fpt-2022-11-28/server-to-server-permissions.json +++ b/src/github-apps/data/fpt-2022-11-28/server-to-server-permissions.json @@ -227,58 +227,6 @@ "server-to-server": true, "additional-permissions": [] }, - { - "category": "orgs", - "slug": "create-or-update-custom-properties-for-an-organization", - "subcategory": "custom-properties", - "verb": "patch", - "requestPath": "/orgs/{org}/properties/schema", - "access": "write", - "user-to-server": true, - "server-to-server": true, - "additional-permissions": [ - "organization_custom_properties" - ] - }, - { - "category": "orgs", - "slug": "create-or-update-a-custom-property-for-an-organization", - "subcategory": "custom-properties", - "verb": "put", - "requestPath": "/orgs/{org}/properties/schema/{custom_property_name}", - "access": "write", - "user-to-server": true, - "server-to-server": true, - "additional-permissions": [ - "organization_custom_properties" - ] - }, - { - "category": "orgs", - "slug": "remove-a-custom-property-for-an-organization", - "subcategory": "custom-properties", - "verb": "delete", - "requestPath": "/orgs/{org}/properties/schema/{custom_property_name}", - "access": "write", - "user-to-server": true, - "server-to-server": true, - "additional-permissions": [ - "organization_custom_properties" - ] - }, - { - "category": "orgs", - "slug": "create-or-update-custom-property-values-for-organization-repositories", - "subcategory": "custom-properties", - "verb": "patch", - "requestPath": "/orgs/{org}/properties/values", - "access": "write", - "user-to-server": true, - "server-to-server": true, - "additional-permissions": [ - "organization_custom_properties" - ] - }, { "category": "orgs", "slug": "get-all-organization-repository-rulesets", @@ -498,9 +446,7 @@ "access": "read", "user-to-server": true, "server-to-server": true, - "additional-permissions": [ - "members" - ] + "additional-permissions": [] }, { "category": "orgs", @@ -511,9 +457,7 @@ "access": "admin", "user-to-server": true, "server-to-server": true, - "additional-permissions": [ - "organization_administration" - ] + "additional-permissions": [] }, { "category": "orgs", @@ -524,9 +468,7 @@ "access": "read", "user-to-server": true, "server-to-server": true, - "additional-permissions": [ - "members" - ] + "additional-permissions": [] }, { "category": "orgs", @@ -537,9 +479,7 @@ "access": "admin", "user-to-server": true, "server-to-server": true, - "additional-permissions": [ - "organization_administration" - ] + "additional-permissions": [] }, { "category": "orgs", @@ -550,9 +490,7 @@ "access": "admin", "user-to-server": true, "server-to-server": true, - "additional-permissions": [ - "organization_administration" - ] + "additional-permissions": [] }, { "category": "orgs", @@ -563,9 +501,7 @@ "access": "read", "user-to-server": true, "server-to-server": true, - "additional-permissions": [ - "members" - ] + "additional-permissions": [] }, { "category": "orgs", @@ -576,9 +512,7 @@ "access": "write", "user-to-server": true, "server-to-server": true, - "additional-permissions": [ - "organization_administration" - ] + "additional-permissions": [] } ] }, @@ -796,45 +730,6 @@ "server-to-server": true, "additional-permissions": [] }, - { - "category": "orgs", - "slug": "get-all-custom-properties-for-an-organization", - "subcategory": "custom-properties", - "verb": "get", - "requestPath": "/orgs/{org}/properties/schema", - "access": "read", - "user-to-server": true, - "server-to-server": true, - "additional-permissions": [ - "organization_custom_properties" - ] - }, - { - "category": "orgs", - "slug": "get-a-custom-property-for-an-organization", - "subcategory": "custom-properties", - "verb": "get", - "requestPath": "/orgs/{org}/properties/schema/{custom_property_name}", - "access": "read", - "user-to-server": true, - "server-to-server": true, - "additional-permissions": [ - "organization_custom_properties" - ] - }, - { - "category": "orgs", - "slug": "list-custom-property-values-for-organization-repositories", - "subcategory": "custom-properties", - "verb": "get", - "requestPath": "/orgs/{org}/properties/values", - "access": "read", - "user-to-server": true, - "server-to-server": true, - "additional-permissions": [ - "organization_custom_properties" - ] - }, { "category": "orgs", "slug": "list-public-organization-members", diff --git a/src/github-apps/data/ghec-2022-11-28/fine-grained-pat-permissions.json b/src/github-apps/data/ghec-2022-11-28/fine-grained-pat-permissions.json index a9ab9d0b03..5d81ea76dc 100644 --- a/src/github-apps/data/ghec-2022-11-28/fine-grained-pat-permissions.json +++ b/src/github-apps/data/ghec-2022-11-28/fine-grained-pat-permissions.json @@ -459,50 +459,6 @@ "additional-permissions": [], "access": "write" }, - { - "category": "orgs", - "slug": "create-or-update-custom-properties-for-an-organization", - "subcategory": "custom-properties", - "verb": "patch", - "requestPath": "/orgs/{org}/properties/schema", - "additional-permissions": [ - "organization_custom_properties" - ], - "access": "write" - }, - { - "category": "orgs", - "slug": "create-or-update-a-custom-property-for-an-organization", - "subcategory": "custom-properties", - "verb": "put", - "requestPath": "/orgs/{org}/properties/schema/{custom_property_name}", - "additional-permissions": [ - "organization_custom_properties" - ], - "access": "write" - }, - { - "category": "orgs", - "slug": "remove-a-custom-property-for-an-organization", - "subcategory": "custom-properties", - "verb": "delete", - "requestPath": "/orgs/{org}/properties/schema/{custom_property_name}", - "additional-permissions": [ - "organization_custom_properties" - ], - "access": "write" - }, - { - "category": "orgs", - "slug": "create-or-update-custom-property-values-for-organization-repositories", - "subcategory": "custom-properties", - "verb": "patch", - "requestPath": "/orgs/{org}/properties/values", - "additional-permissions": [ - "organization_custom_properties" - ], - "access": "write" - }, { "category": "orgs", "slug": "get-all-organization-repository-rulesets", @@ -692,9 +648,7 @@ "subcategory": "custom-properties", "verb": "get", "requestPath": "/orgs/{org}/properties/schema", - "additional-permissions": [ - "members" - ], + "additional-permissions": [], "access": "read" }, { @@ -703,9 +657,7 @@ "subcategory": "custom-properties", "verb": "patch", "requestPath": "/orgs/{org}/properties/schema", - "additional-permissions": [ - "organization_administration" - ], + "additional-permissions": [], "access": "admin" }, { @@ -714,9 +666,7 @@ "subcategory": "custom-properties", "verb": "get", "requestPath": "/orgs/{org}/properties/schema/{custom_property_name}", - "additional-permissions": [ - "members" - ], + "additional-permissions": [], "access": "read" }, { @@ -725,9 +675,7 @@ "subcategory": "custom-properties", "verb": "put", "requestPath": "/orgs/{org}/properties/schema/{custom_property_name}", - "additional-permissions": [ - "organization_administration" - ], + "additional-permissions": [], "access": "admin" }, { @@ -736,9 +684,7 @@ "subcategory": "custom-properties", "verb": "delete", "requestPath": "/orgs/{org}/properties/schema/{custom_property_name}", - "additional-permissions": [ - "organization_administration" - ], + "additional-permissions": [], "access": "admin" }, { @@ -747,9 +693,7 @@ "subcategory": "custom-properties", "verb": "get", "requestPath": "/orgs/{org}/properties/values", - "additional-permissions": [ - "members" - ], + "additional-permissions": [], "access": "read" }, { @@ -758,9 +702,7 @@ "subcategory": "custom-properties", "verb": "patch", "requestPath": "/orgs/{org}/properties/values", - "additional-permissions": [ - "organization_administration" - ], + "additional-permissions": [], "access": "write" } ] @@ -1076,39 +1018,6 @@ "additional-permissions": [], "access": "write" }, - { - "category": "orgs", - "slug": "get-all-custom-properties-for-an-organization", - "subcategory": "custom-properties", - "verb": "get", - "requestPath": "/orgs/{org}/properties/schema", - "additional-permissions": [ - "organization_custom_properties" - ], - "access": "read" - }, - { - "category": "orgs", - "slug": "get-a-custom-property-for-an-organization", - "subcategory": "custom-properties", - "verb": "get", - "requestPath": "/orgs/{org}/properties/schema/{custom_property_name}", - "additional-permissions": [ - "organization_custom_properties" - ], - "access": "read" - }, - { - "category": "orgs", - "slug": "list-custom-property-values-for-organization-repositories", - "subcategory": "custom-properties", - "verb": "get", - "requestPath": "/orgs/{org}/properties/values", - "additional-permissions": [ - "organization_custom_properties" - ], - "access": "read" - }, { "category": "orgs", "slug": "list-public-organization-members", diff --git a/src/github-apps/data/ghec-2022-11-28/server-to-server-permissions.json b/src/github-apps/data/ghec-2022-11-28/server-to-server-permissions.json index 2197f85055..c1cf542261 100644 --- a/src/github-apps/data/ghec-2022-11-28/server-to-server-permissions.json +++ b/src/github-apps/data/ghec-2022-11-28/server-to-server-permissions.json @@ -555,58 +555,6 @@ "server-to-server": true, "additional-permissions": [] }, - { - "category": "orgs", - "slug": "create-or-update-custom-properties-for-an-organization", - "subcategory": "custom-properties", - "verb": "patch", - "requestPath": "/orgs/{org}/properties/schema", - "access": "write", - "user-to-server": true, - "server-to-server": true, - "additional-permissions": [ - "organization_custom_properties" - ] - }, - { - "category": "orgs", - "slug": "create-or-update-a-custom-property-for-an-organization", - "subcategory": "custom-properties", - "verb": "put", - "requestPath": "/orgs/{org}/properties/schema/{custom_property_name}", - "access": "write", - "user-to-server": true, - "server-to-server": true, - "additional-permissions": [ - "organization_custom_properties" - ] - }, - { - "category": "orgs", - "slug": "remove-a-custom-property-for-an-organization", - "subcategory": "custom-properties", - "verb": "delete", - "requestPath": "/orgs/{org}/properties/schema/{custom_property_name}", - "access": "write", - "user-to-server": true, - "server-to-server": true, - "additional-permissions": [ - "organization_custom_properties" - ] - }, - { - "category": "orgs", - "slug": "create-or-update-custom-property-values-for-organization-repositories", - "subcategory": "custom-properties", - "verb": "patch", - "requestPath": "/orgs/{org}/properties/values", - "access": "write", - "user-to-server": true, - "server-to-server": true, - "additional-permissions": [ - "organization_custom_properties" - ] - }, { "category": "orgs", "slug": "get-all-organization-repository-rulesets", @@ -837,9 +785,7 @@ "access": "read", "user-to-server": true, "server-to-server": true, - "additional-permissions": [ - "members" - ] + "additional-permissions": [] }, { "category": "orgs", @@ -850,9 +796,7 @@ "access": "admin", "user-to-server": true, "server-to-server": true, - "additional-permissions": [ - "organization_administration" - ] + "additional-permissions": [] }, { "category": "orgs", @@ -863,9 +807,7 @@ "access": "read", "user-to-server": true, "server-to-server": true, - "additional-permissions": [ - "members" - ] + "additional-permissions": [] }, { "category": "orgs", @@ -876,9 +818,7 @@ "access": "admin", "user-to-server": true, "server-to-server": true, - "additional-permissions": [ - "organization_administration" - ] + "additional-permissions": [] }, { "category": "orgs", @@ -889,9 +829,7 @@ "access": "admin", "user-to-server": true, "server-to-server": true, - "additional-permissions": [ - "organization_administration" - ] + "additional-permissions": [] }, { "category": "orgs", @@ -902,9 +840,7 @@ "access": "read", "user-to-server": true, "server-to-server": true, - "additional-permissions": [ - "members" - ] + "additional-permissions": [] }, { "category": "orgs", @@ -915,9 +851,7 @@ "access": "write", "user-to-server": true, "server-to-server": true, - "additional-permissions": [ - "organization_administration" - ] + "additional-permissions": [] } ] }, @@ -1294,45 +1228,6 @@ "server-to-server": true, "additional-permissions": [] }, - { - "category": "orgs", - "slug": "get-all-custom-properties-for-an-organization", - "subcategory": "custom-properties", - "verb": "get", - "requestPath": "/orgs/{org}/properties/schema", - "access": "read", - "user-to-server": true, - "server-to-server": true, - "additional-permissions": [ - "organization_custom_properties" - ] - }, - { - "category": "orgs", - "slug": "get-a-custom-property-for-an-organization", - "subcategory": "custom-properties", - "verb": "get", - "requestPath": "/orgs/{org}/properties/schema/{custom_property_name}", - "access": "read", - "user-to-server": true, - "server-to-server": true, - "additional-permissions": [ - "organization_custom_properties" - ] - }, - { - "category": "orgs", - "slug": "list-custom-property-values-for-organization-repositories", - "subcategory": "custom-properties", - "verb": "get", - "requestPath": "/orgs/{org}/properties/values", - "access": "read", - "user-to-server": true, - "server-to-server": true, - "additional-permissions": [ - "organization_custom_properties" - ] - }, { "category": "orgs", "slug": "list-public-organization-members", diff --git a/src/github-apps/lib/config.json b/src/github-apps/lib/config.json index 9868a13f23..429cb3f2f3 100644 --- a/src/github-apps/lib/config.json +++ b/src/github-apps/lib/config.json @@ -60,5 +60,5 @@ "2022-11-28" ] }, - "sha": "6b7b935f83877802f445d2f0f9df5952c4e1c15a" + "sha": "b43ca4a4061e6c85fdc2f7253ef913de210c7feb" } \ No newline at end of file diff --git a/src/rest/data/fpt-2022-11-28/schema.json b/src/rest/data/fpt-2022-11-28/schema.json index 24e470559c..404b29ebe5 100644 --- a/src/rest/data/fpt-2022-11-28/schema.json +++ b/src/rest/data/fpt-2022-11-28/schema.json @@ -353110,9 +353110,7 @@ "contentType": "application/json", "description": "Example", "acceptHeader": "application/vnd.github.v3+json", - "bodyParameters": { - "query_suite": "default" - }, + "bodyParameters": null, "parameters": { "org": "ORG", "security_product": "SECURITY_PRODUCT", @@ -364101,7 +364099,7 @@ }, { "title": "required_deployments", - "description": "Choose which environments must be successfully deployed to before refs can be merged into a branch that matches this rule.", + "description": "Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches this rule.", "type": "object", "required": [ "type" @@ -364198,7 +364196,7 @@ }, { "title": "required_status_checks", - "description": "Choose which status checks must pass before branches can be merged into a branch that matches this rule. When enabled, commits must first be pushed to another branch, then merged or pushed directly to a ref that matches this rule after status checks have passed.", + "description": "Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed to another ref where the checks pass.", "type": "object", "required": [ "type" @@ -364868,7 +364866,7 @@ { "type": "object", "name": "required_deployments", - "description": "

Choose which environments must be successfully deployed to before refs can be merged into a branch that matches this rule.

", + "description": "

Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches this rule.

", "isRequired": [ "type" ], @@ -364975,7 +364973,7 @@ { "type": "object", "name": "required_status_checks", - "description": "

Choose which status checks must pass before branches can be merged into a branch that matches this rule. When enabled, commits must first be pushed to another branch, then merged or pushed directly to a ref that matches this rule after status checks have passed.

", + "description": "

Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed to another ref where the checks pass.

", "isRequired": [ "type" ], @@ -365850,7 +365848,7 @@ }, { "title": "required_deployments", - "description": "Choose which environments must be successfully deployed to before refs can be merged into a branch that matches this rule.", + "description": "Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches this rule.", "type": "object", "required": [ "type" @@ -365947,7 +365945,7 @@ }, { "title": "required_status_checks", - "description": "Choose which status checks must pass before branches can be merged into a branch that matches this rule. When enabled, commits must first be pushed to another branch, then merged or pushed directly to a ref that matches this rule after status checks have passed.", + "description": "Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed to another ref where the checks pass.", "type": "object", "required": [ "type" @@ -366799,7 +366797,7 @@ }, { "title": "required_deployments", - "description": "Choose which environments must be successfully deployed to before refs can be merged into a branch that matches this rule.", + "description": "Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches this rule.", "type": "object", "required": [ "type" @@ -366896,7 +366894,7 @@ }, { "title": "required_status_checks", - "description": "Choose which status checks must pass before branches can be merged into a branch that matches this rule. When enabled, commits must first be pushed to another branch, then merged or pushed directly to a ref that matches this rule after status checks have passed.", + "description": "Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed to another ref where the checks pass.", "type": "object", "required": [ "type" @@ -367572,7 +367570,7 @@ { "type": "object", "name": "required_deployments", - "description": "

Choose which environments must be successfully deployed to before refs can be merged into a branch that matches this rule.

", + "description": "

Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches this rule.

", "isRequired": [ "type" ], @@ -367679,7 +367677,7 @@ { "type": "object", "name": "required_status_checks", - "description": "

Choose which status checks must pass before branches can be merged into a branch that matches this rule. When enabled, commits must first be pushed to another branch, then merged or pushed directly to a ref that matches this rule after status checks have passed.

", + "description": "

Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed to another ref where the checks pass.

", "isRequired": [ "type" ], @@ -368555,7 +368553,7 @@ }, { "title": "required_deployments", - "description": "Choose which environments must be successfully deployed to before refs can be merged into a branch that matches this rule.", + "description": "Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches this rule.", "type": "object", "required": [ "type" @@ -368652,7 +368650,7 @@ }, { "title": "required_status_checks", - "description": "Choose which status checks must pass before branches can be merged into a branch that matches this rule. When enabled, commits must first be pushed to another branch, then merged or pushed directly to a ref that matches this rule after status checks have passed.", + "description": "Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed to another ref where the checks pass.", "type": "object", "required": [ "type" @@ -485571,7 +485569,7 @@ "allOf": [ { "title": "required_deployments", - "description": "Choose which environments must be successfully deployed to before refs can be merged into a branch that matches this rule.", + "description": "Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches this rule.", "type": "object", "required": [ "type" @@ -485746,7 +485744,7 @@ "allOf": [ { "title": "required_status_checks", - "description": "Choose which status checks must pass before branches can be merged into a branch that matches this rule. When enabled, commits must first be pushed to another branch, then merged or pushed directly to a ref that matches this rule after status checks have passed.", + "description": "Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed to another ref where the checks pass.", "type": "object", "required": [ "type" @@ -486798,7 +486796,7 @@ }, { "title": "required_deployments", - "description": "Choose which environments must be successfully deployed to before refs can be merged into a branch that matches this rule.", + "description": "Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches this rule.", "type": "object", "required": [ "type" @@ -486895,7 +486893,7 @@ }, { "title": "required_status_checks", - "description": "Choose which status checks must pass before branches can be merged into a branch that matches this rule. When enabled, commits must first be pushed to another branch, then merged or pushed directly to a ref that matches this rule after status checks have passed.", + "description": "Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed to another ref where the checks pass.", "type": "object", "required": [ "type" @@ -487500,7 +487498,7 @@ { "type": "object", "name": "required_deployments", - "description": "

Choose which environments must be successfully deployed to before refs can be merged into a branch that matches this rule.

", + "description": "

Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches this rule.

", "isRequired": [ "type" ], @@ -487607,7 +487605,7 @@ { "type": "object", "name": "required_status_checks", - "description": "

Choose which status checks must pass before branches can be merged into a branch that matches this rule. When enabled, commits must first be pushed to another branch, then merged or pushed directly to a ref that matches this rule after status checks have passed.

", + "description": "

Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed to another ref where the checks pass.

", "isRequired": [ "type" ], @@ -488463,7 +488461,7 @@ }, { "title": "required_deployments", - "description": "Choose which environments must be successfully deployed to before refs can be merged into a branch that matches this rule.", + "description": "Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches this rule.", "type": "object", "required": [ "type" @@ -488560,7 +488558,7 @@ }, { "title": "required_status_checks", - "description": "Choose which status checks must pass before branches can be merged into a branch that matches this rule. When enabled, commits must first be pushed to another branch, then merged or pushed directly to a ref that matches this rule after status checks have passed.", + "description": "Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed to another ref where the checks pass.", "type": "object", "required": [ "type" @@ -489422,7 +489420,7 @@ }, { "title": "required_deployments", - "description": "Choose which environments must be successfully deployed to before refs can be merged into a branch that matches this rule.", + "description": "Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches this rule.", "type": "object", "required": [ "type" @@ -489519,7 +489517,7 @@ }, { "title": "required_status_checks", - "description": "Choose which status checks must pass before branches can be merged into a branch that matches this rule. When enabled, commits must first be pushed to another branch, then merged or pushed directly to a ref that matches this rule after status checks have passed.", + "description": "Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed to another ref where the checks pass.", "type": "object", "required": [ "type" @@ -490130,7 +490128,7 @@ { "type": "object", "name": "required_deployments", - "description": "

Choose which environments must be successfully deployed to before refs can be merged into a branch that matches this rule.

", + "description": "

Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches this rule.

", "isRequired": [ "type" ], @@ -490237,7 +490235,7 @@ { "type": "object", "name": "required_status_checks", - "description": "

Choose which status checks must pass before branches can be merged into a branch that matches this rule. When enabled, commits must first be pushed to another branch, then merged or pushed directly to a ref that matches this rule after status checks have passed.

", + "description": "

Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed to another ref where the checks pass.

", "isRequired": [ "type" ], @@ -491094,7 +491092,7 @@ }, { "title": "required_deployments", - "description": "Choose which environments must be successfully deployed to before refs can be merged into a branch that matches this rule.", + "description": "Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches this rule.", "type": "object", "required": [ "type" @@ -491191,7 +491189,7 @@ }, { "title": "required_status_checks", - "description": "Choose which status checks must pass before branches can be merged into a branch that matches this rule. When enabled, commits must first be pushed to another branch, then merged or pushed directly to a ref that matches this rule after status checks have passed.", + "description": "Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed to another ref where the checks pass.", "type": "object", "required": [ "type" diff --git a/src/rest/data/ghec-2022-11-28/schema.json b/src/rest/data/ghec-2022-11-28/schema.json index 677cd7243a..e218789713 100644 --- a/src/rest/data/ghec-2022-11-28/schema.json +++ b/src/rest/data/ghec-2022-11-28/schema.json @@ -372525,9 +372525,7 @@ "contentType": "application/json", "description": "Example", "acceptHeader": "application/vnd.github.v3+json", - "bodyParameters": { - "query_suite": "default" - }, + "bodyParameters": null, "parameters": { "org": "ORG", "security_product": "SECURITY_PRODUCT", @@ -386417,7 +386415,7 @@ }, { "title": "required_deployments", - "description": "Choose which environments must be successfully deployed to before refs can be merged into a branch that matches this rule.", + "description": "Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches this rule.", "type": "object", "required": [ "type" @@ -386514,7 +386512,7 @@ }, { "title": "required_status_checks", - "description": "Choose which status checks must pass before branches can be merged into a branch that matches this rule. When enabled, commits must first be pushed to another branch, then merged or pushed directly to a ref that matches this rule after status checks have passed.", + "description": "Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed to another ref where the checks pass.", "type": "object", "required": [ "type" @@ -387184,7 +387182,7 @@ { "type": "object", "name": "required_deployments", - "description": "

Choose which environments must be successfully deployed to before refs can be merged into a branch that matches this rule.

", + "description": "

Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches this rule.

", "isRequired": [ "type" ], @@ -387291,7 +387289,7 @@ { "type": "object", "name": "required_status_checks", - "description": "

Choose which status checks must pass before branches can be merged into a branch that matches this rule. When enabled, commits must first be pushed to another branch, then merged or pushed directly to a ref that matches this rule after status checks have passed.

", + "description": "

Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed to another ref where the checks pass.

", "isRequired": [ "type" ], @@ -388166,7 +388164,7 @@ }, { "title": "required_deployments", - "description": "Choose which environments must be successfully deployed to before refs can be merged into a branch that matches this rule.", + "description": "Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches this rule.", "type": "object", "required": [ "type" @@ -388263,7 +388261,7 @@ }, { "title": "required_status_checks", - "description": "Choose which status checks must pass before branches can be merged into a branch that matches this rule. When enabled, commits must first be pushed to another branch, then merged or pushed directly to a ref that matches this rule after status checks have passed.", + "description": "Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed to another ref where the checks pass.", "type": "object", "required": [ "type" @@ -389115,7 +389113,7 @@ }, { "title": "required_deployments", - "description": "Choose which environments must be successfully deployed to before refs can be merged into a branch that matches this rule.", + "description": "Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches this rule.", "type": "object", "required": [ "type" @@ -389212,7 +389210,7 @@ }, { "title": "required_status_checks", - "description": "Choose which status checks must pass before branches can be merged into a branch that matches this rule. When enabled, commits must first be pushed to another branch, then merged or pushed directly to a ref that matches this rule after status checks have passed.", + "description": "Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed to another ref where the checks pass.", "type": "object", "required": [ "type" @@ -389888,7 +389886,7 @@ { "type": "object", "name": "required_deployments", - "description": "

Choose which environments must be successfully deployed to before refs can be merged into a branch that matches this rule.

", + "description": "

Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches this rule.

", "isRequired": [ "type" ], @@ -389995,7 +389993,7 @@ { "type": "object", "name": "required_status_checks", - "description": "

Choose which status checks must pass before branches can be merged into a branch that matches this rule. When enabled, commits must first be pushed to another branch, then merged or pushed directly to a ref that matches this rule after status checks have passed.

", + "description": "

Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed to another ref where the checks pass.

", "isRequired": [ "type" ], @@ -390871,7 +390869,7 @@ }, { "title": "required_deployments", - "description": "Choose which environments must be successfully deployed to before refs can be merged into a branch that matches this rule.", + "description": "Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches this rule.", "type": "object", "required": [ "type" @@ -390968,7 +390966,7 @@ }, { "title": "required_status_checks", - "description": "Choose which status checks must pass before branches can be merged into a branch that matches this rule. When enabled, commits must first be pushed to another branch, then merged or pushed directly to a ref that matches this rule after status checks have passed.", + "description": "Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed to another ref where the checks pass.", "type": "object", "required": [ "type" @@ -508015,7 +508013,7 @@ "allOf": [ { "title": "required_deployments", - "description": "Choose which environments must be successfully deployed to before refs can be merged into a branch that matches this rule.", + "description": "Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches this rule.", "type": "object", "required": [ "type" @@ -508190,7 +508188,7 @@ "allOf": [ { "title": "required_status_checks", - "description": "Choose which status checks must pass before branches can be merged into a branch that matches this rule. When enabled, commits must first be pushed to another branch, then merged or pushed directly to a ref that matches this rule after status checks have passed.", + "description": "Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed to another ref where the checks pass.", "type": "object", "required": [ "type" @@ -509242,7 +509240,7 @@ }, { "title": "required_deployments", - "description": "Choose which environments must be successfully deployed to before refs can be merged into a branch that matches this rule.", + "description": "Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches this rule.", "type": "object", "required": [ "type" @@ -509339,7 +509337,7 @@ }, { "title": "required_status_checks", - "description": "Choose which status checks must pass before branches can be merged into a branch that matches this rule. When enabled, commits must first be pushed to another branch, then merged or pushed directly to a ref that matches this rule after status checks have passed.", + "description": "Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed to another ref where the checks pass.", "type": "object", "required": [ "type" @@ -509944,7 +509942,7 @@ { "type": "object", "name": "required_deployments", - "description": "

Choose which environments must be successfully deployed to before refs can be merged into a branch that matches this rule.

", + "description": "

Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches this rule.

", "isRequired": [ "type" ], @@ -510051,7 +510049,7 @@ { "type": "object", "name": "required_status_checks", - "description": "

Choose which status checks must pass before branches can be merged into a branch that matches this rule. When enabled, commits must first be pushed to another branch, then merged or pushed directly to a ref that matches this rule after status checks have passed.

", + "description": "

Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed to another ref where the checks pass.

", "isRequired": [ "type" ], @@ -510907,7 +510905,7 @@ }, { "title": "required_deployments", - "description": "Choose which environments must be successfully deployed to before refs can be merged into a branch that matches this rule.", + "description": "Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches this rule.", "type": "object", "required": [ "type" @@ -511004,7 +511002,7 @@ }, { "title": "required_status_checks", - "description": "Choose which status checks must pass before branches can be merged into a branch that matches this rule. When enabled, commits must first be pushed to another branch, then merged or pushed directly to a ref that matches this rule after status checks have passed.", + "description": "Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed to another ref where the checks pass.", "type": "object", "required": [ "type" @@ -511866,7 +511864,7 @@ }, { "title": "required_deployments", - "description": "Choose which environments must be successfully deployed to before refs can be merged into a branch that matches this rule.", + "description": "Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches this rule.", "type": "object", "required": [ "type" @@ -511963,7 +511961,7 @@ }, { "title": "required_status_checks", - "description": "Choose which status checks must pass before branches can be merged into a branch that matches this rule. When enabled, commits must first be pushed to another branch, then merged or pushed directly to a ref that matches this rule after status checks have passed.", + "description": "Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed to another ref where the checks pass.", "type": "object", "required": [ "type" @@ -512574,7 +512572,7 @@ { "type": "object", "name": "required_deployments", - "description": "

Choose which environments must be successfully deployed to before refs can be merged into a branch that matches this rule.

", + "description": "

Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches this rule.

", "isRequired": [ "type" ], @@ -512681,7 +512679,7 @@ { "type": "object", "name": "required_status_checks", - "description": "

Choose which status checks must pass before branches can be merged into a branch that matches this rule. When enabled, commits must first be pushed to another branch, then merged or pushed directly to a ref that matches this rule after status checks have passed.

", + "description": "

Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed to another ref where the checks pass.

", "isRequired": [ "type" ], @@ -513538,7 +513536,7 @@ }, { "title": "required_deployments", - "description": "Choose which environments must be successfully deployed to before refs can be merged into a branch that matches this rule.", + "description": "Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches this rule.", "type": "object", "required": [ "type" @@ -513635,7 +513633,7 @@ }, { "title": "required_status_checks", - "description": "Choose which status checks must pass before branches can be merged into a branch that matches this rule. When enabled, commits must first be pushed to another branch, then merged or pushed directly to a ref that matches this rule after status checks have passed.", + "description": "Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed to another ref where the checks pass.", "type": "object", "required": [ "type" diff --git a/src/rest/lib/config.json b/src/rest/lib/config.json index 14074a6161..4d5373c5bd 100644 --- a/src/rest/lib/config.json +++ b/src/rest/lib/config.json @@ -36,5 +36,5 @@ ] } }, - "sha": "6b7b935f83877802f445d2f0f9df5952c4e1c15a" + "sha": "b43ca4a4061e6c85fdc2f7253ef913de210c7feb" } \ No newline at end of file diff --git a/src/webhooks/data/fpt/schema.json b/src/webhooks/data/fpt/schema.json index 47630b68ca..565644dd21 100644 --- a/src/webhooks/data/fpt/schema.json +++ b/src/webhooks/data/fpt/schema.json @@ -201518,7 +201518,7 @@ { "type": "object", "name": "required_deployments", - "description": "

Choose which environments must be successfully deployed to before refs can be merged into a branch that matches this rule.

", + "description": "

Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches this rule.

", "isRequired": [ "type" ], @@ -201625,7 +201625,7 @@ { "type": "object", "name": "required_status_checks", - "description": "

Choose which status checks must pass before branches can be merged into a branch that matches this rule. When enabled, commits must first be pushed to another branch, then merged or pushed directly to a ref that matches this rule after status checks have passed.

", + "description": "

Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed to another ref where the checks pass.

", "isRequired": [ "type" ], @@ -202349,7 +202349,7 @@ { "type": "object", "name": "required_deployments", - "description": "

Choose which environments must be successfully deployed to before refs can be merged into a branch that matches this rule.

", + "description": "

Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches this rule.

", "isRequired": [ "type" ], @@ -202456,7 +202456,7 @@ { "type": "object", "name": "required_status_checks", - "description": "

Choose which status checks must pass before branches can be merged into a branch that matches this rule. When enabled, commits must first be pushed to another branch, then merged or pushed directly to a ref that matches this rule after status checks have passed.

", + "description": "

Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed to another ref where the checks pass.

", "isRequired": [ "type" ], @@ -203180,7 +203180,7 @@ { "type": "object", "name": "required_deployments", - "description": "

Choose which environments must be successfully deployed to before refs can be merged into a branch that matches this rule.

", + "description": "

Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches this rule.

", "isRequired": [ "type" ], @@ -203287,7 +203287,7 @@ { "type": "object", "name": "required_status_checks", - "description": "

Choose which status checks must pass before branches can be merged into a branch that matches this rule. When enabled, commits must first be pushed to another branch, then merged or pushed directly to a ref that matches this rule after status checks have passed.

", + "description": "

Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed to another ref where the checks pass.

", "isRequired": [ "type" ], @@ -203968,7 +203968,7 @@ { "type": "object", "name": "required_deployments", - "description": "

Choose which environments must be successfully deployed to before refs can be merged into a branch that matches this rule.

", + "description": "

Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches this rule.

", "isRequired": [ "type" ], @@ -204075,7 +204075,7 @@ { "type": "object", "name": "required_status_checks", - "description": "

Choose which status checks must pass before branches can be merged into a branch that matches this rule. When enabled, commits must first be pushed to another branch, then merged or pushed directly to a ref that matches this rule after status checks have passed.

", + "description": "

Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed to another ref where the checks pass.

", "isRequired": [ "type" ], @@ -204568,7 +204568,7 @@ { "type": "object", "name": "required_deployments", - "description": "

Choose which environments must be successfully deployed to before refs can be merged into a branch that matches this rule.

", + "description": "

Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches this rule.

", "isRequired": [ "type" ], @@ -204675,7 +204675,7 @@ { "type": "object", "name": "required_status_checks", - "description": "

Choose which status checks must pass before branches can be merged into a branch that matches this rule. When enabled, commits must first be pushed to another branch, then merged or pushed directly to a ref that matches this rule after status checks have passed.

", + "description": "

Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed to another ref where the checks pass.

", "isRequired": [ "type" ], @@ -205173,7 +205173,7 @@ { "type": "object", "name": "required_deployments", - "description": "

Choose which environments must be successfully deployed to before refs can be merged into a branch that matches this rule.

", + "description": "

Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches this rule.

", "isRequired": [ "type" ], @@ -205280,7 +205280,7 @@ { "type": "object", "name": "required_status_checks", - "description": "

Choose which status checks must pass before branches can be merged into a branch that matches this rule. When enabled, commits must first be pushed to another branch, then merged or pushed directly to a ref that matches this rule after status checks have passed.

", + "description": "

Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed to another ref where the checks pass.

", "isRequired": [ "type" ], diff --git a/src/webhooks/data/ghec/schema.json b/src/webhooks/data/ghec/schema.json index d62bebd772..ba4ba01df9 100644 --- a/src/webhooks/data/ghec/schema.json +++ b/src/webhooks/data/ghec/schema.json @@ -201518,7 +201518,7 @@ { "type": "object", "name": "required_deployments", - "description": "

Choose which environments must be successfully deployed to before refs can be merged into a branch that matches this rule.

", + "description": "

Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches this rule.

", "isRequired": [ "type" ], @@ -201625,7 +201625,7 @@ { "type": "object", "name": "required_status_checks", - "description": "

Choose which status checks must pass before branches can be merged into a branch that matches this rule. When enabled, commits must first be pushed to another branch, then merged or pushed directly to a ref that matches this rule after status checks have passed.

", + "description": "

Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed to another ref where the checks pass.

", "isRequired": [ "type" ], @@ -202349,7 +202349,7 @@ { "type": "object", "name": "required_deployments", - "description": "

Choose which environments must be successfully deployed to before refs can be merged into a branch that matches this rule.

", + "description": "

Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches this rule.

", "isRequired": [ "type" ], @@ -202456,7 +202456,7 @@ { "type": "object", "name": "required_status_checks", - "description": "

Choose which status checks must pass before branches can be merged into a branch that matches this rule. When enabled, commits must first be pushed to another branch, then merged or pushed directly to a ref that matches this rule after status checks have passed.

", + "description": "

Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed to another ref where the checks pass.

", "isRequired": [ "type" ], @@ -203180,7 +203180,7 @@ { "type": "object", "name": "required_deployments", - "description": "

Choose which environments must be successfully deployed to before refs can be merged into a branch that matches this rule.

", + "description": "

Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches this rule.

", "isRequired": [ "type" ], @@ -203287,7 +203287,7 @@ { "type": "object", "name": "required_status_checks", - "description": "

Choose which status checks must pass before branches can be merged into a branch that matches this rule. When enabled, commits must first be pushed to another branch, then merged or pushed directly to a ref that matches this rule after status checks have passed.

", + "description": "

Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed to another ref where the checks pass.

", "isRequired": [ "type" ], @@ -203968,7 +203968,7 @@ { "type": "object", "name": "required_deployments", - "description": "

Choose which environments must be successfully deployed to before refs can be merged into a branch that matches this rule.

", + "description": "

Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches this rule.

", "isRequired": [ "type" ], @@ -204075,7 +204075,7 @@ { "type": "object", "name": "required_status_checks", - "description": "

Choose which status checks must pass before branches can be merged into a branch that matches this rule. When enabled, commits must first be pushed to another branch, then merged or pushed directly to a ref that matches this rule after status checks have passed.

", + "description": "

Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed to another ref where the checks pass.

", "isRequired": [ "type" ], @@ -204568,7 +204568,7 @@ { "type": "object", "name": "required_deployments", - "description": "

Choose which environments must be successfully deployed to before refs can be merged into a branch that matches this rule.

", + "description": "

Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches this rule.

", "isRequired": [ "type" ], @@ -204675,7 +204675,7 @@ { "type": "object", "name": "required_status_checks", - "description": "

Choose which status checks must pass before branches can be merged into a branch that matches this rule. When enabled, commits must first be pushed to another branch, then merged or pushed directly to a ref that matches this rule after status checks have passed.

", + "description": "

Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed to another ref where the checks pass.

", "isRequired": [ "type" ], @@ -205173,7 +205173,7 @@ { "type": "object", "name": "required_deployments", - "description": "

Choose which environments must be successfully deployed to before refs can be merged into a branch that matches this rule.

", + "description": "

Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches this rule.

", "isRequired": [ "type" ], @@ -205280,7 +205280,7 @@ { "type": "object", "name": "required_status_checks", - "description": "

Choose which status checks must pass before branches can be merged into a branch that matches this rule. When enabled, commits must first be pushed to another branch, then merged or pushed directly to a ref that matches this rule after status checks have passed.

", + "description": "

Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed to another ref where the checks pass.

", "isRequired": [ "type" ], diff --git a/src/webhooks/lib/config.json b/src/webhooks/lib/config.json index df2e166d60..596f84534d 100644 --- a/src/webhooks/lib/config.json +++ b/src/webhooks/lib/config.json @@ -1,3 +1,3 @@ { - "sha": "6b7b935f83877802f445d2f0f9df5952c4e1c15a" + "sha": "b43ca4a4061e6c85fdc2f7253ef913de210c7feb" } \ No newline at end of file