这是indexloc提供的服务,不要输入任何密码
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/openapi-types.ts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v12.4.0
Choose a base ref
...
head repository: octokit/openapi-types.ts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v12.5.0
Choose a head ref
  • 5 commits
  • 21 files changed
  • 3 contributors

Commits on Jun 23, 2022

  1. ci(action): update actions/checkout action to v3 (#185)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    0bfc369 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. ci(action): update actions/setup-node action to v3 (#186)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 24, 2022
    Configuration menu
    Copy the full SHA
    be9a2b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2022

  1. Configuration menu
    Copy the full SHA
    15f3096 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Configuration menu
    Copy the full SHA
    af7f932 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. feat: introduce brand 11 new APIs, plus other smaller changes (#189)

    feat: `PUT /enterprises/{enterprise}/actions/oidc/customization/issuer`
    
    feat: `GET /orgs/{org_id}/codespaces`
    
    feat: `POST /orgs/{org}/members/{username}/codespaces/{codespace_name}/stop`
    
    feat: `GET /orgs/{org}/actions/oidc/customization/sub`
    
    feat: `PUT /orgs/{org}/actions/oidc/customization/sub`
    
    feat: `DELETE /orgs/{org}/members/{username}/codespaces/{codespace_name}`
    
    fix: Add additional examples and error response codes
    
    feat: `GET /repos/{owner}/{repo}/actions/caches`
    
    feat: `DELETE /repos/{owner}/{repo}/actions/caches`
    
    feat: `DELETE /repos/{owner}/{repo}/actions/caches/{cache_id}`
    
    feat: `GET /repos/{owner}/{repo}/actions/oidc/customization/sub`
    
    feat: `PUT /repos/{owner}/{repo}/actions/oidc/customization/sub`
    * feat: support for optional `retention_period_minutes` request body parameter in `POST /repos/{owner}/{repo}/codespaces` , `POST /repos/{owner}/{repo}/pulls/{pull_number}
    odespaces` and `POST /user/codespaces`
    
    fix: mark `POST /repos/{owner}/{repo}/dependency-graph/snapshots` as available on GitHub.com, not just GitHub Enterprise Cloud
    
    fix: mark `assignees` request body parameter - and the request body more generally - as required in `DELETE /repos/{owner}/{repo}/issues/{issue_number}/assignees`
    
    fix: remove no longer supported `GET /repos/{owner}/{repo}/community/code_of_conduct` API
    octokitbot authored Jun 28, 2022
    Configuration menu
    Copy the full SHA
    e5f8240 View commit details
    Browse the repository at this point in the history
Loading