Skip to content

Commit ec663c4

Browse files
Merge pull request #1149 from MicrosoftDocs/main
[AutoPublish] main to live - 04/24 20:33 PDT | 04/25 09:03 IST
2 parents 71dc0b0 + b8a0f50 commit ec663c4

11 files changed

Lines changed: 14 additions & 14 deletions

.github/workflows/AutoIssueAssign.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
stale-branch:
3333
if: github.repository_owner == 'MicrosoftDocs'
3434
needs: config
35-
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-AutoIssueAssign.yml@workflows-prod
35+
uses: MicrosoftDocs/tcp-workflows/.github/workflows/Shared-AutoIssueAssign.yml@workflows-prod
3636
with:
3737
PayloadJson: ${{ toJSON(github) }}
3838
ExcludedUserList: ${{ needs.config.outputs.ExcludedUserList }}

.github/workflows/AutoLabelAssign.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
download-payload:
4040
name: Download and extract payload artifact
4141
if: github.repository_owner == 'MicrosoftDocs'
42-
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-ExtractPayload.yml@workflows-prod
42+
uses: MicrosoftDocs/tcp-workflows/.github/workflows/Shared-ExtractPayload.yml@workflows-prod
4343
with:
4444
WorkflowId: ${{ github.event.workflow_run.id }}
4545
OrgRepo: ${{ github.repository }}
@@ -50,7 +50,7 @@ jobs:
5050
name: Run assign and label
5151
if: github.repository_owner == 'MicrosoftDocs'
5252
needs: [config, download-payload]
53-
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-AutoLabelAssign.yml@workflows-test
53+
uses: MicrosoftDocs/tcp-workflows/.github/workflows/Shared-AutoLabelAssign.yml@workflows-prod
5454
with:
5555
PayloadJson: ${{ needs.download-payload.outputs.WorkflowPayload }}
5656
AutoAssignUsers: ${{ fromJSON(needs.config.outputs.AutoAssignUsers) }}

.github/workflows/AutoPublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ jobs:
3535
auto-publish:
3636
if: github.repository_owner == 'MicrosoftDocs' && contains(github.event.repository.topics, 'build')
3737
needs: config
38-
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-AutoPublishV2.yml@workflows-prod
38+
uses: MicrosoftDocs/tcp-workflows/.github/workflows/Shared-AutoPublishV2.yml@workflows-prod
3939
with:
4040
PayloadJson: ${{ toJSON(github) }}
4141
EnableAutoPublish: ${{ fromJSON(needs.config.outputs.EnableAutoPublish) }}
4242
EnableAutoMerge: ${{ fromJSON(needs.config.outputs.EnableAutoMerge) }}
4343
secrets:
4444
AccessToken: ${{ secrets.GITHUB_TOKEN }}
4545
PrivateKey: ${{ secrets.M365_APP_PRIVATE_KEY }}
46-
ClientId: ${{ secrets.M365_APP_CLIENT_ID }}
46+
ClientId: ${{ secrets.M365_APP_CLIENT_ID }}

.github/workflows/BackgroundTasks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
mkdir -p ./pr
2323
echo $PayloadJson > ./pr/PayloadJson.json
2424
sed -i -e "s/$AccessToken/XYZ/g" ./pr/PayloadJson.json
25-
- uses: actions/upload-artifact@v4
25+
- uses: actions/upload-artifact@v6
2626
with:
2727
name: PayloadJson
2828
path: pr/

.github/workflows/BuildValidation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
build-status:
1414
if: github.repository_owner == 'MicrosoftDocs'
15-
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-BuildValidation.yml@workflows-prod
15+
uses: MicrosoftDocs/tcp-workflows/.github/workflows/Shared-BuildValidation.yml@workflows-prod
1616
with:
1717
PayloadJson: ${{ toJSON(github) }}
1818
secrets:

.github/workflows/LiveMergeCheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
live-merge:
1515
if: github.repository_owner == 'MicrosoftDocs'
16-
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-LiveMergeCheck.yml@workflows-prod
16+
uses: MicrosoftDocs/tcp-workflows/.github/workflows/Shared-LiveMergeCheck.yml@workflows-prod
1717
with:
1818
PayloadJson: ${{ toJSON(github) }}
1919
secrets:

.github/workflows/PrFileCount.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
file-count:
1515
if: github.repository_owner == 'MicrosoftDocs'
16-
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-PrFileCount.yml@workflows-prod
16+
uses: MicrosoftDocs/tcp-workflows/.github/workflows/Shared-PrFileCount.yml@workflows-prod
1717
with:
1818
PayloadJson: ${{ toJSON(github) }}
1919
secrets:

.github/workflows/ProtectedFiles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
protected-files:
1313
if: github.repository_owner == 'MicrosoftDocs'
14-
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-ProtectedFiles.yml@workflows-prod
14+
uses: MicrosoftDocs/tcp-workflows/.github/workflows/Shared-ProtectedFiles.yml@workflows-prod
1515
with:
1616
PayloadJson: ${{ toJSON(github) }}
1717
secrets:

.github/workflows/Stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
stale:
3131
if: github.repository_owner == 'MicrosoftDocs'
3232
needs: config
33-
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-Stale.yml@workflows-prod
33+
uses: MicrosoftDocs/tcp-workflows/.github/workflows/Shared-Stale.yml@workflows-prod
3434
with:
3535
RunDebug: ${{ fromJSON(needs.config.outputs.RunDebug) }}
3636
RepoVisibility: ${{ github.repository_visibility }}

.github/workflows/StaleBranch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ permissions:
44
contents: write
55
pull-requests: read
66

7-
# This workflow is designed to be run in the days up to, and including, a "deletion day", specified by 'DeleteOnDayOfMonth' in env: in https://github.com/MicrosoftDocs/microsoft-365-docs/blob/workflows-prod/.github/workflows/Shared-StaleBranch.yml.
7+
# This workflow is designed to be run in the days up to, and including, a "deletion day", specified by 'DeleteOnDayOfMonth' in env: in https://github.com/MicrosoftDocs/tcp-workflows/blob/workflows-prod/.github/workflows/Shared-StaleBranch.yml.
88
# On the days leading up to "deletion day", the workflow will report the branches to be deleted. This lets users see which branches will be deleted. On "deletion day", those branches are deleted.
99
# The workflow should not be configured to run after "deletion day" so that users can review the branches were deleted.
1010
# Recommendation: configure cron to run on days 1,15-31 where 1 is what's configured in 'DeleteOnDayOfMonth'. If 'DeleteOnDayOfMonth' is set to something else, update cron to run the two weeks leading up to it.
@@ -39,7 +39,7 @@ jobs:
3939
stale-branch:
4040
if: github.repository_owner == 'MicrosoftDocs'
4141
needs: config
42-
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-StaleBranch.yml@workflows-prod
42+
uses: MicrosoftDocs/tcp-workflows/.github/workflows/Shared-StaleBranch.yml@workflows-prod
4343
with:
4444
PayloadJson: ${{ toJSON(github) }}
4545
RepoBranchSkipList: ${{ needs.config.outputs.RepoBranchSkipList }}

0 commit comments

Comments
 (0)