Hi, i want to use webhooks to display CI status of PRs in our app.
I'm trying to use the `repo:commit_status_created` and `repo:commit_status_updated` events for this.
Is there a way to get the pull request Id from those events?
Thanks,
James
Welcome to the community.
Unfortunately, pull request ID is not available for those events. They're only available for PR events.
Alternatively, what you try to is to use this REST API endpoint to search for pull requests that contains a specific commit.
Regards,
Mark C
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.