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

Commits on Sep 5, 2022

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

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 5, 2022
    Configuration menu
    Copy the full SHA
    f28fe9e View commit details
    Browse the repository at this point in the history
  2. feat: add support for filtering "List workflows runs for a repository…

    …" (`GET /repos/{owner}/{repo}/actions/runs`) and "List workflow runs [for a workflow]" (`GET /repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs `) by `head_sha` (see PR for other changes) (#239)
    
    * feat: add support for filtering "List workflows runs for a repository" (`GET /repos/{owner}/{repo}/actions/runs`) and  "List workflow runs [for a workflow]" (`GET /repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs `) by `head_sha`
    * fix: tweak the recently-added `state_reason` attribute on issues to be a enum (`completed`, `not_planned` or `reopened`) rather than an unbounded string
    octokitbot authored Sep 5, 2022
    Configuration menu
    Copy the full SHA
    40cac8e View commit details
    Browse the repository at this point in the history
Loading