MergeQueues
Lists information about the different labels you can apply on an issue.
View-Specific Information
Select
The driver uses the GitHub API to process WHERE clause conditions built with the below columns and operators. The driver processes other filters client-side within the driver.
- Branch supports the '=' comparison operator.
SELECT * FROM [Repository].[MergeQueues] WHERE [Repository].[MergeQueues].[Branch] = 'test'
Columns
Name | Type | References | OrderBySupport | Description |
Id [KEY] | String | The ID of the MergeQueueEntry object. | ||
ResourcePath | String | The HTTP path for the merge queue. | ||
Branch | String | The name of the branch to get the merge queue for. | ||
Url | String | The HTTP URL for the merge queue. | ||
RepositoryId | String | The ID of the repository. | ||
NextEntryEstimatedTimeToMerge | Int | The estimated time in seconds until a newly added entry would be merged. |