You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Horde: Adding workflow thread to find issue responses
#jira none #rnx #preflight none [CL 24617126 by Josh Engebretson in ue5-main branch]
This commit is contained in:
@@ -767,6 +767,11 @@ namespace Horde.Build.Issues
|
||||
/// </summary>
|
||||
public DateTime? QuarantineTimeUtc { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The workflow thread url for this issue
|
||||
/// </summary>
|
||||
public Uri? WorkflowThreadUrl { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Workflows for which this issue is open
|
||||
/// </summary>
|
||||
@@ -817,6 +822,7 @@ namespace Horde.Build.Issues
|
||||
QuarantinedBy = new GetThinUserInfoResponse(quarantinedBy);
|
||||
QuarantineTimeUtc = issue.QuarantineTimeUtc;
|
||||
}
|
||||
WorkflowThreadUrl = issue.WorkflowThreadUrl;
|
||||
OpenWorkflows = openWorkflows;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user