Skip to content

Is there an event notifying about the change of "mergeable" field of a PR? #24553

Discussion options

You must be logged in to vote

Is there a state on the PR object that states that it is non mergeable?

If so, the only way of changing this state is a commit on the PR.
I would subscribe to the push event and check the state of the PR after each commit (push).
If the PR changed to a mergeable state, then the time of the change is the time of that commit.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment