MergeQueues
Provides an overview of active merge queues in a repository, listing pull requests and their order for systematic integration.
View-Specific Information
Select
The 本製品 uses the GitHub API to process WHERE clause conditions that are built with the following column and operators:
- Branch supports the '=,IN' comparison operators.
For example, the following queries are processed server-side:
SELECT * FROM [MergeQueues]
SELECT * FROM [MergeQueues] WHERE [Branch] = 'Val1'
The 本製品 processes other filters client-side within the 本製品.
Columns
Name | Type | References | OrderBySupport | Description |
Id [KEY] | String | Represents a unique identifier for the merge queue, ensuring each merge queue can be distinctly referenced or tracked. | ||
ResourcePath | String | Specifies the relative HTTP path to access the merge queue within the GitHub API. This allows interaction with the merge queue programmatically by specifying the appropriate API endpoint. | ||
Branch | String |
Branches.Name | Indicates the name of the branch for which the merge queue is being retrieved. This is useful when managing queues for specific branches that need to be merged into the main codebase. | |
Url | String | Provides the full HTTP URL to access the merge queue through the GitHub API. This is the complete web address used for interacting with the merge queue via HTTP requests. | ||
RepositoryId | String | Specifies the unique identifier of the repository that this merge queue is associated with. It helps identify the repository to which the merge queue belongs within GitHub. | ||
NextEntryEstimatedTimeToMerge | Int | Represents the estimated time, in seconds, for the next entry to be merged in the queue. This helps predict when the next merge operation will occur. |