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

Add pull request review request webhook event #26401

Merged
merged 3 commits into from
Aug 9, 2023

Commits on Aug 8, 2023

  1. Add pull request review request webhook event

    Add webhook events for pull request review requests
    
    - Added support for the "Pull request review requested" and "Pull request review request removed" webhook events.
    - Updated the `getPullRequestPayloadInfo` function in `general.go` to handle these new webhook events.
    - The commit message is formatted with the repository and pull request information.
    
    Signed-off-by: Yarden Shoham <git@yardenshoham.com>
    yardenshoham committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    06c7ef4 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    ecd2329 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a28625 View commit details
    Browse the repository at this point in the history