Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: new changes.base property on pull_request#edited, new merged_at property on issues common schema, new rerequestable property on check_suite#completed, new log_url property on deployment#created #598

Merged
merged 9 commits into from Dec 22, 2021

Commits on Dec 22, 2021

  1. fix: draft property on issues is not always present

    It is only present when it is a pull request
    wolfy1339 committed Dec 22, 2021
    Copy the full SHA
    3bc688b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d2820b0 View commit details
    Browse the repository at this point in the history
  3. fix: runner_{id, name, group_id, group_name} can also be null on …

    …`workflow_job#queued`
    wolfy1339 committed Dec 22, 2021
    Copy the full SHA
    17c69b8 View commit details
    Browse the repository at this point in the history
  4. feat: new base property in changes for pull_request#edited

    This property is set when the base of the pull request is changed
    wolfy1339 committed Dec 22, 2021
    Copy the full SHA
    feb410e View commit details
    Browse the repository at this point in the history
  5. feat: new merged_at property on issue common schema

    Only present on pull requests
    wolfy1339 committed Dec 22, 2021
    Copy the full SHA
    5cf400f View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    824de1f View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    c98ac09 View commit details
    Browse the repository at this point in the history
  8. build: generate types

    wolfy1339 committed Dec 22, 2021
    Copy the full SHA
    f2c5ea7 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    a8f7a4f View commit details
    Browse the repository at this point in the history