Get a submitted pull request from a merge queue.
Pull Request Endpoints
Get a submitted pull request from a merge queue.
POST
Get a submitted pull request from a merge queue.
Documentation Index
Fetch the complete documentation index at: https://trunk-4cab4936-sam-gutentag-flaky-tests-fork-pr-uploads.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Response
OK
The state of a pull request in the merge queue. See https://docs.trunk.io/merge-queue/using-the-queue/reference#pull-request-states for the full description of each state.
Available options:
not_ready, pending, testing, tests_passed, merged, failed, cancelled, pending_failure Readiness signals for a pull request in the merge queue. A PR can start testing when doesBaseBranchMatch is true, gitHubMergeability is mergeable, and (when requiresImpactedTargets is true) hasImpactedTargets is true.
Cancel a pull request in a merge queue.
Previous
Restart tests on a pull request in a merge queue.
Next