latestOpenAPI 3.1.02026-08-1963241304.5 KB

ae394a06c465

merge_queue

Preview the impact of dequeuing a pull request

Return how many batches would be interrupted, how many other pull requests would be rechecked, and how many stacked pull requests would also be dequeued if the given pull request is manually dequeued

get/repos/{owner}/{repository}/merge-queue/pull/{pr_number}/dequeue-impact

Path parameters

pr_numberinteger required

The pull request number

The pull request number

ownerstring required

The owner of the repository

The owner of the repository

repositorystring required

The name of the repository

The name of the repository

Response

Successful Response

interrupted_batchesinteger required

Number of in-progress batches whose checks would be interrupted and restarted if this pull request is dequeued

rechecked_pull_requestsinteger required

Number of other pull requests from the interrupted batches that would be re-embarked and rechecked

cascaded_pull_requestsinteger required

Number of queued pull requests stacked on top of this one that would also be dequeued (excludes the dequeued pull request itself)