|
85514 | 85514 | }, |
85515 | 85515 | "use_squash_pr_title_as_default": { |
85516 | 85516 | "type": "boolean", |
85517 | | - "description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.", |
85518 | | - "default": false |
| 85517 | + "description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", |
| 85518 | + "default": false, |
| 85519 | + "deprecated": true |
85519 | 85520 | }, |
85520 | 85521 | "squash_merge_commit_title": { |
85521 | 85522 | "type": "string", |
@@ -111039,8 +111040,9 @@ |
111039 | 111040 | }, |
111040 | 111041 | "use_squash_pr_title_as_default": { |
111041 | 111042 | "type": "boolean", |
111042 | | - "description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.", |
111043 | | - "default": false |
| 111043 | + "description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", |
| 111044 | + "default": false, |
| 111045 | + "deprecated": true |
111044 | 111046 | }, |
111045 | 111047 | "squash_merge_commit_title": { |
111046 | 111048 | "type": "string", |
@@ -131554,7 +131556,7 @@ |
131554 | 131556 | }, |
131555 | 131557 | "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs": { |
131556 | 131558 | "get": { |
131557 | | - "summary": "List workflow runs", |
| 131559 | + "summary": "List workflow runs for a workflow", |
131558 | 131560 | "description": "List all workflow runs for a workflow. You can replace `workflow_id` with the workflow file name. For example, you could use `main.yaml`. You can use parameters to narrow the list of results. For more information about using parameters, see [Parameters](https://docs.github.com/enterprise-server@3.2/rest/overview/resources-in-the-rest-api#parameters).\n\nAnyone with read access to the repository can use this endpoint. If the repository is private you must use an access token with the `repo` scope.", |
131559 | 131561 | "tags": [ |
131560 | 131562 | "actions" |
@@ -191569,7 +191571,7 @@ |
191569 | 191571 | }, |
191570 | 191572 | "sha": { |
191571 | 191573 | "type": "string", |
191572 | | - "description": "The blob SHA of the file being replaced." |
| 191574 | + "description": "The blob SHA of the file being deleted." |
191573 | 191575 | }, |
191574 | 191576 | "branch": { |
191575 | 191577 | "type": "string", |
|
0 commit comments