Skip to content

Commit a539d4e

Browse files
authored
Fix exclusion list
1 parent 15c9ee7 commit a539d4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Shared-AutoLabelAssign.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
"sc-dstrome",
5757
"garycentric",
5858
"garymoore-sc",
59-
"serdarsoysal"
59+
"serdarsoysal",
6060
"cx-ktsuji",
6161
"dawntanner",
6262
"pamgreen-msft",
@@ -83,7 +83,7 @@ jobs:
8383
$WorkflowRunAttempt = $env:GITHUB_RUN_ATTEMPT
8484
$GitHubData = $env:PayloadJson | ConvertFrom-Json -Depth 50
8585
$AccessToken = $env:AccessToken
86-
$GlobalExcludedReviewerList = $env:GlobalExcludedReviewerList
86+
$GlobalExcludedReviewerList = $env:GlobalExcludedReviewerList | ConvertFrom-Json
8787
$GitHubApiUrl = "https://api.github.com/repos/MicrosoftDocs/"
8888
8989
$GitRequestEvent = $GitHubData.event_name

0 commit comments

Comments
 (0)