Unexpected action in the pull_request event webhook payload #163281
Unanswered
gitupstage
asked this question in
Pull Requests
Replies: 3 comments
-
|
I am also interested in this question. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
This question interests me too |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
We are having the same issue, the only action that we receive from webhooks is 'create'. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Bug
Body
I have created a Github App that is subscribed to the pull_request webhook event.
According to the documentation the possible variants of the
actionfield in the webhook payload are:assigned,unassigned,labeled,unlabeled,opened,edited,closed,reopened,synchronize,ready_for_review,locked,unlocked,review_requested,review_request_removed,converted_to_draft,auto_merge_enabled,auto_merge_disabledandready_for_review.But when my server receives a webhook call from GitHub the
actionfield has valuecreate.At the same time in the logs of sent webhooks on the Github App page the
actionis listed asopened.Please help, is this a bug or am I doing something wrong? Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions