Skip to content

Commit 50b77af

Browse files
authored
Merge pull request #13901 from MicrosoftDocs/workflows-test
switching pr message and mapping file to prod
2 parents 70eb2c6 + 32eab1b commit 50b77af

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/Shared-AutoLabelAssign.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,11 @@ jobs:
112112
113113
$ServiceToGitHubUserMapRepo = "officedocs-pr"
114114
$ServiceToGitHubUserMapFilePath = "/contents/.github/workflows/resources/service-subservice-to-github-user-map.csv"
115-
$ServiceToGitHubUserMapRef = "reviewer-test"
115+
$ServiceToGitHubUserMapRef = "main"
116116
$ServiceToGitHubUserMapUrl = $GitHubApiUrl + $ServiceToGitHubUserMapRepo + $ServiceToGitHubUserMapFilePath + "?ref=$ServiceToGitHubUserMapRef"
117117
118118
$WorkflowsResourcePath = "https://api.github.com/repos/MicrosoftDocs/microsoft-365-docs/contents/.github/workflows/resources"
119-
$WorkflowsRef = "workflows-test"
119+
$WorkflowsRef = "workflows-prod"
120120
121121
# URL of the org team to check. We're using the "everyone" team in MicrosoftDocs.
122122
$OrgTeamUrl = "https://api.github.com/orgs/microsoftdocs/teams/everyone/memberships/"
@@ -1197,4 +1197,5 @@ jobs:
11971197

11981198
Write-Host "Event action not ready_for_review, opened, reopened, or synchronize."
11991199

1200+
12001201
} # PR event and action check

0 commit comments

Comments
 (0)