Skip to content

Commit

Permalink
feat: `GET /repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{atte…
Browse files Browse the repository at this point in the history
…mpt_num}`, `GET /repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_num}/logs`, `POST /repos/{owner}/{repo}/releases/generate-notes`, `POST /repos/{owner}/{repo}/check-runs/{check_run_id}/rerequest`. Graduate `nebula`, `zzzax`, `switcheroo`, `baptiste` previews. Removes defunkt `/repos/{owner}/{repo}/actions/runs/{run_id}/retry` endpoint (#384)
  • Loading branch information
octokitbot committed Oct 7, 2021
1 parent b618c6b commit 90dfa20
Show file tree
Hide file tree
Showing 4 changed files with 420 additions and 49 deletions.
28 changes: 21 additions & 7 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"description": "Shared TypeScript definitions for Octokit projects",
"dependencies": {
"@octokit/openapi-types": "^10.6.4"
"@octokit/openapi-types": "^11.0.0"
},
"scripts": {
"build": "pika build",
Expand Down Expand Up @@ -96,7 +96,7 @@
]
},
"octokit": {
"openapi-version": "5.6.6"
"openapi-version": "5.7.0"
},
"renovate": {
"extends": [
Expand Down

0 comments on commit 90dfa20

Please sign in to comment.