这是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.11.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: v13.0.0
Choose a head ref
  • 11 commits
  • 26 files changed
  • 2 contributors

Commits on Jul 29, 2022

  1. ci(action): update github/codeql-action digest to 0c670bb

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

Commits on Aug 1, 2022

  1. build(deps): lock file maintenance (#217)

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

Commits on Aug 3, 2022

  1. ci(action): update github/codeql-action digest to 2ca79b6

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

Commits on Aug 8, 2022

  1. build(deps): lock file maintenance (#219)

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

Commits on Aug 15, 2022

  1. build(deps): lock file maintenance (#221)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    63179f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe0449a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f1e2dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13ecfd3 View commit details
    Browse the repository at this point in the history
  5. fix: remove now-defunkt OAuth Authorizations APIs

    BREAKING CHANGE: This removes support for the now-defunkt OAuth
    Authorizations APIs. These were disabled on GitHub.com at the end
    of 2020, but the OpenAPI specs were not updated so this code
    was not cleaned up.
    timrogers committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    48294fa View commit details
    Browse the repository at this point in the history
  6. feat: add 9 new APIs and a bunch of parameters, and fix some bugs (se…

    …e commit message and PR body)
    
    * fix: document the required scopes to use `GET /orgs/{org}/code-scanning/alerts` with public repos
    * feat: add new Security Managers APIs (`GET /orgs/{org}/security-managers`, `PUT /orgs/{org}/security-managers/teams/{team_slug}` and `DELETE
    /orgs/{org}/security-managers/teams/{team_slug}`)
    * feat: add new deployment branch policy APIs (`GET /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies`, `POST
    /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies`, `GET
    /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}` , `PUT
    /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}`, `DELETE
    /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}`)
    * feat: add new GitHub Pages API (`POST /repos/{owner}/{repo}/pages/deployment`)
    * fix: correct types for `GET /enterprise-installation/{enterprise_or_org}/server-statistics` to reflect that it returns an array of results
    * feat: add new `retention_period_minutes` and `retention_expires_at` fields returned on Codespaces
    * fix: correct types for Commit Statuses in the API (e.g. returned by `POST /repos/{owner}/{repo}/statuses/{sha}`) to reflect that `target_url` and
    `description` can be `null`
    * fix: correct describe the `type` of items returned by the `GET /repos/d` attributes on Deploy Keys returned across the API
    * fix: correct type of `permission` request body parameter for `PUT /orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}` and `PUT
    /repos/{owner}/{repo}/collaborators/{username}` to reflect that custom role names can be specified, not just values in a GitHub-set enum
    * fix: remove `page` and `per_page` parameters for `GET /repos/{owner}/{repo}/pulls/{}/{repo}/pulls/{pull_number}/reviews` to reflect that `event` must
    be sent to `DISMISS`
    timrogers committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    f3d4ca6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bf5f91a View commit details
    Browse the repository at this point in the history
Loading