Merge branch 'main' into clarify_actions_behaviour_maintenance_mode
This commit is contained in:
@@ -704,7 +704,7 @@ _Teams_
|
||||
|
||||
### Permission on "pull requests"
|
||||
|
||||
Pull requests and issues are closely related.. If your GitHub App has permissions on pull requests but not on issues, these endpoints will be limited to pull requests. Endpoints that return both pull requests and issues will be filtered. Endpoints that allow operations on both pull requests and issues will be restricted to pull requests.
|
||||
Pull requests and issues are closely related. If your GitHub App has permissions on pull requests but not on issues, these endpoints will be limited to pull requests. Endpoints that return both pull requests and issues will be filtered. Endpoints that allow operations on both pull requests and issues will be restricted to pull requests.
|
||||
|
||||
- [`PATCH /repos/:owner/:repo/issues/:issue_number`](/rest/reference/issues#update-an-issue) (:write)
|
||||
- [`GET /repos/:owner/:repo/issues/:issue_number/comments`](/rest/reference/issues#list-issue-comments) (:read)
|
||||
|
||||
@@ -73495,14 +73495,14 @@
|
||||
"descriptionHTML": "<p>Set to <code>open</code> or <code>resolved</code> to only list secret scanning alerts in a specific state.</p>"
|
||||
},
|
||||
{
|
||||
"name": "secret_types",
|
||||
"name": "secret_type",
|
||||
"in": "query",
|
||||
"description": "Set to a comma separated list of `secret_type` in order to only list secret scanning alerts for those types. Set to `all` to list all the secret scanning alerts. Default is `all`.",
|
||||
"description": "A comma separated list of secret types to return. By default all secret types are returned.",
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "string"
|
||||
},
|
||||
"descriptionHTML": "<p>Set to a comma separated list of <code>secret_type</code> in order to only list secret scanning alerts for those types. Set to <code>all</code> to list all the secret scanning alerts. Default is <code>all</code>.</p>"
|
||||
"descriptionHTML": "<p>A comma separated list of secret types to return. By default all secret types are returned.</p>"
|
||||
},
|
||||
{
|
||||
"name": "page",
|
||||
|
||||
@@ -71286,14 +71286,14 @@
|
||||
"descriptionHTML": "<p>Set to <code>open</code> or <code>resolved</code> to only list secret scanning alerts in a specific state.</p>"
|
||||
},
|
||||
{
|
||||
"name": "secret_types",
|
||||
"name": "secret_type",
|
||||
"in": "query",
|
||||
"description": "Set to a comma separated list of `secret_type` in order to only list secret scanning alerts for those types. Set to `all` to list all the secret scanning alerts. Default is `all`.",
|
||||
"description": "A comma separated list of secret types to return. By default all secret types are returned.",
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "string"
|
||||
},
|
||||
"descriptionHTML": "<p>Set to a comma separated list of <code>secret_type</code> in order to only list secret scanning alerts for those types. Set to <code>all</code> to list all the secret scanning alerts. Default is <code>all</code>.</p>"
|
||||
"descriptionHTML": "<p>A comma separated list of secret types to return. By default all secret types are returned.</p>"
|
||||
},
|
||||
{
|
||||
"name": "page",
|
||||
|
||||
@@ -323444,9 +323444,9 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "secret_types",
|
||||
"name": "secret_type",
|
||||
"in": "query",
|
||||
"description": "Set to a comma separated list of `secret_type` in order to only list secret scanning alerts for those types. Set to `all` to list all the secret scanning alerts. Default is `all`.",
|
||||
"description": "A comma separated list of secret types to return. By default all secret types are returned.",
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "string"
|
||||
|
||||
@@ -307188,9 +307188,9 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "secret_types",
|
||||
"name": "secret_type",
|
||||
"in": "query",
|
||||
"description": "Set to a comma separated list of `secret_type` in order to only list secret scanning alerts for those types. Set to `all` to list all the secret scanning alerts. Default is `all`.",
|
||||
"description": "A comma separated list of secret types to return. By default all secret types are returned.",
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "string"
|
||||
|
||||
Reference in New Issue
Block a user