Skip to content

Undocumented event "PullRequestReviewEvent" #2709

Description

@lowlighter

What article on docs.github.com is affected?

What part(s) of the article would you like to see updated?

Seems that while both PullRequestEvent and PullRequestReviewCommentEvent are referenced, but PullRequestReviewEvent is not.

Additional information

Below is an extract of what the event looks like.

  {
    id: '14732962106',
    type: 'PullRequestReviewEvent',
    actor: {...},
    repo: {...},
    payload: {
      action: 'created',
      review: {
        user: {...},
        body: '',
        state: 'approved',
      },
      pull_request: {
        user: {...},
        body: '',
        head: {...},
        base: {...},
        _links: {...},
      }
    },
    public: true,
    created_at: '2021-01-06T16:45:16Z'
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    ecosystemThis issue or pull request should be reviewed by the Docs Ecosystem teamhelp wantedAnyone is welcome to open a pull request to fix this issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions