Skip to content

Add MergedAt field to PullRequestLinks #3052

@tatsuhiro-t

Description

@tatsuhiro-t

Please add MergedAt field to PullRequestLinks.
github upstream schema now has merged_at field:

      "pull_request": {
        "type": "object",
        "properties": {
          "merged_at": {
            "type": [
              "string",
              "null"
            ],
            "format": "date-time"
          },
          ...

Primary use case for this field is to know whether closed pull request is merged or not if API response returns Issues rather than PullRequests (e.g., search API).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions