Skip to content

Commit e461efc

Browse files
Sync eng/common directory with azure-sdk-tools for PR 2085 (Azure#21325)
* Fix up identity resolver to make it more reliable, publish notification configuration as a tool * Use both username and email to resolve queuing user Co-authored-by: Chidozie Ononiwu <[email protected]>
1 parent 9f91027 commit e461efc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

eng/common/pipelines/templates/steps/get-pr-owners.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ steps:
1717
--kusto-url-var KUSTO_URL `
1818
--kusto-database-var KUSTO_DB `
1919
--kusto-table-var KUSTO_TABLE `
20-
--identity "$(Build.QueuedBy)" `
20+
--identity-name "$(Build.QueuedBy)" `
21+
--identity-email "$(Build.RequestedForEmail)" `
2122
--targetvar "${{ parameters.TargetVariable }}"
2223
displayName: 'Resolving Queuing User'
2324
continueOnError: true

0 commit comments

Comments
 (0)