Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: octokit/plugin-rest-endpoint-methods.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.4.2
Choose a base ref
...
head repository: octokit/plugin-rest-endpoint-methods.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.5.0
Choose a head ref
  • 1 commit
  • 5 files changed
  • 1 contributor

Commits on Jul 21, 2021

  1. feat(typescript): add created parameter to `octokit.actions.listWor…

    …kflowRuns()` and `octokit.actions.listWorkflowRunsForRepo()` (#422)
    octokitbot authored Jul 21, 2021
    Copy the full SHA
    7f8da6b View commit details
Showing with 42 additions and 10 deletions.
  1. +3 −0 docs/actions/listWorkflowRuns.md
  2. +3 −0 docs/actions/listWorkflowRunsForRepo.md
  3. +9 −9 package-lock.json
  4. +1 −1 package.json
  5. +26 −0 scripts/update-endpoints/generated/endpoints.json
3 changes: 3 additions & 0 deletions docs/actions/listWorkflowRuns.md
Original file line number Diff line number Diff line change
@@ -71,6 +71,9 @@ Results per page (max 100)

Page number of the results to fetch.

</td></tr>
<tr><td>created</td><td>no</td><td>

</td></tr>
</tbody>
</table>
3 changes: 3 additions & 0 deletions docs/actions/listWorkflowRunsForRepo.md
Original file line number Diff line number Diff line change
@@ -65,6 +65,9 @@ Results per page (max 100)

Page number of the results to fetch.

</td></tr>
<tr><td>created</td><td>no</td><td>

</td></tr>
</tbody>
</table>
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@
"author": "Gregor Martynus (https://twitter.com/gr2m)",
"license": "MIT",
"dependencies": {
"@octokit/types": "^6.19.1",
"@octokit/types": "^6.21.0",
"deprecation": "^2.3.1"
},
"devDependencies": {
26 changes: 26 additions & 0 deletions scripts/update-endpoints/generated/endpoints.json
Original file line number Diff line number Diff line change
@@ -3888,6 +3888,19 @@
"validation": null,
"alias": null,
"deprecated": null
},
{
"name": "created",
"description": "",
"in": "QUERY",
"type": "string",
"required": false,
"enum": null,
"allowNull": false,
"mapToData": null,
"validation": null,
"alias": null,
"deprecated": null
}
],
"responses": [
@@ -4033,6 +4046,19 @@
"validation": null,
"alias": null,
"deprecated": null
},
{
"name": "created",
"description": "",
"in": "QUERY",
"type": "string",
"required": false,
"enum": null,
"allowNull": false,
"mapToData": null,
"validation": null,
"alias": null,
"deprecated": null
}
],
"responses": [