Skip to content

Commit 5000c1a

Browse files
authored
Update SHA (#43280)
1 parent c660492 commit 5000c1a

8 files changed

+57
-57
lines changed

.github/workflows/orphaned-articles.yml renamed to .github/workflows/cleanrepo-orphaned-articles.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@ jobs:
2626
# Call clean repo
2727
- name: Clean repo
2828
id: clean-repo-step
29-
uses: dotnet/docs-tools/cleanrepo@1c13adc87741beab84bb6e286d17b3b95ce687d8
29+
uses: dotnet/docs-tools/cleanrepo@b1ebc174a5bbd18e6904a12069a8fae2c5cc3b6f
3030
with:
31-
function: 'FindOrphanedArticles'
32-
docfx_directory: '.'
33-
target_directory: 'docs'
34-
url_base_path: '/dotnet'
35-
31+
function: "FindOrphanedArticles"
32+
docfx_directory: "."
33+
target_directory: "docs"
34+
url_base_path: "/dotnet"
35+
3636
# Create the PR for the work done by the "clean repo" tool
3737
- name: create-pull-request
3838
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f
3939
with:
40-
branch: create-cleanrepo-pull-request/patch
40+
branch: cleanrepo-orphaned-articles
4141
title: "Monthly chores: Delete orphaned articles"
42-
commit-message: 'Bot 🤖 generated CleanRepo tool run'
42+
commit-message: "Bot 🤖 generated CleanRepo tool run"
4343
body: "Find and delete orphaned articles. Contributes to #..."

.github/workflows/orphaned-images.yml renamed to .github/workflows/cleanrepo-orphaned-images.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@ jobs:
2626
# Call clean repo
2727
- name: Clean repo
2828
id: clean-repo-step
29-
uses: dotnet/docs-tools/cleanrepo@1c13adc87741beab84bb6e286d17b3b95ce687d8
29+
uses: dotnet/docs-tools/cleanrepo@b1ebc174a5bbd18e6904a12069a8fae2c5cc3b6f
3030
with:
31-
function: 'FindOrphanedImages'
32-
docfx_directory: '.'
33-
target_directory: 'docs'
34-
url_base_path: '/dotnet'
35-
31+
function: "FindOrphanedImages"
32+
docfx_directory: "."
33+
target_directory: "docs"
34+
url_base_path: "/dotnet"
35+
3636
# Create the PR for the work done by the "clean repo" tool
3737
- name: create-pull-request
3838
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f
3939
with:
40-
branch: create-cleanrepo-pull-request/patch
40+
branch: cleanrepo-orphaned-images
4141
title: "Monthly chores: Delete orphaned images"
42-
commit-message: 'Bot 🤖 generated CleanRepo tool run'
42+
commit-message: "Bot 🤖 generated CleanRepo tool run"
4343
body: "Find and delete orphaned images. Contributes to #..."

.github/workflows/orphaned-includes.yml renamed to .github/workflows/cleanrepo-orphaned-includes.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@ jobs:
2626
# Call clean repo
2727
- name: Clean repo
2828
id: clean-repo-step
29-
uses: dotnet/docs-tools/cleanrepo@1c13adc87741beab84bb6e286d17b3b95ce687d8
29+
uses: dotnet/docs-tools/cleanrepo@b1ebc174a5bbd18e6904a12069a8fae2c5cc3b6f
3030
with:
31-
function: 'FindOrphanedIncludes'
32-
docfx_directory: '.'
33-
target_directory: '.'
34-
url_base_path: '/dotnet'
35-
31+
function: "FindOrphanedIncludes"
32+
docfx_directory: "."
33+
target_directory: "."
34+
url_base_path: "/dotnet"
35+
3636
# Create the PR for the work done by the "clean repo" tool
3737
- name: create-pull-request
3838
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f
3939
with:
40-
branch: create-cleanrepo-pull-request/patch
40+
branch: cleanrepo-orphaned-includes
4141
title: "Monthly chores: Delete orphaned include files"
42-
commit-message: 'Bot 🤖 generated CleanRepo tool run'
42+
commit-message: "Bot 🤖 generated CleanRepo tool run"
4343
body: "Find and delete orphaned include files. Contributes to #..."

.github/workflows/orphaned-snippets.yml renamed to .github/workflows/cleanrepo-orphaned-snippets.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@ jobs:
2626
# Call clean repo
2727
- name: Clean repo
2828
id: clean-repo-step
29-
uses: dotnet/docs-tools/cleanrepo@1c13adc87741beab84bb6e286d17b3b95ce687d8
29+
uses: dotnet/docs-tools/cleanrepo@b1ebc174a5bbd18e6904a12069a8fae2c5cc3b6f
3030
with:
31-
function: 'FindOrphanedSnippets'
32-
docfx_directory: '.'
33-
target_directory: 'docs'
34-
url_base_path: '/dotnet'
35-
31+
function: "FindOrphanedSnippets"
32+
docfx_directory: "."
33+
target_directory: "docs"
34+
url_base_path: "/dotnet"
35+
3636
# Create the PR for the work done by the "clean repo" tool
3737
- name: create-pull-request
3838
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f
3939
with:
40-
branch: create-cleanrepo-pull-request/patch
40+
branch: cleanrepo-orphaned-snippets
4141
title: "Monthly chores: Delete orphaned snippets"
42-
commit-message: 'Bot 🤖 generated CleanRepo tool run'
42+
commit-message: "Bot 🤖 generated CleanRepo tool run"
4343
body: "Find and delete orphaned snippets. Contributes to #..."

.github/workflows/redirect-hops.yml renamed to .github/workflows/cleanrepo-redirect-hops.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@ jobs:
2626
# Call clean repo
2727
- name: Clean repo
2828
id: clean-repo-step
29-
uses: dotnet/docs-tools/cleanrepo@1c13adc87741beab84bb6e286d17b3b95ce687d8
29+
uses: dotnet/docs-tools/cleanrepo@b1ebc174a5bbd18e6904a12069a8fae2c5cc3b6f
3030
with:
31-
function: 'RemoveRedirectHops'
32-
docfx_directory: '.'
33-
target_directory: 'docs'
34-
url_base_path: '/dotnet'
35-
31+
function: "RemoveRedirectHops"
32+
docfx_directory: "."
33+
target_directory: "docs"
34+
url_base_path: "/dotnet"
35+
3636
# Create the PR for the work done by the "clean repo" tool
3737
- name: create-pull-request
3838
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f
3939
with:
40-
branch: create-cleanrepo-pull-request/patch
40+
branch: cleanrepo-remove-hops
4141
title: "Monthly chores: Remove redirect hops"
42-
commit-message: 'Bot 🤖 generated CleanRepo tool run'
42+
commit-message: "Bot 🤖 generated CleanRepo tool run"
4343
body: "Remove redirect hops, for example, if a -> b and b -> c, replace a -> b with a -> c. Contributes to #..."

.github/workflows/relative-links.yml renamed to .github/workflows/cleanrepo-relative-links.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@ jobs:
2626
# Call clean repo
2727
- name: Clean repo
2828
id: clean-repo-step
29-
uses: dotnet/docs-tools/cleanrepo@1c13adc87741beab84bb6e286d17b3b95ce687d8
29+
uses: dotnet/docs-tools/cleanrepo@b1ebc174a5bbd18e6904a12069a8fae2c5cc3b6f
3030
with:
31-
function: 'ReplaceWithRelativeLinks'
32-
docfx_directory: '.'
33-
target_directory: 'docs'
34-
url_base_path: '/dotnet'
35-
31+
function: "ReplaceWithRelativeLinks"
32+
docfx_directory: "."
33+
target_directory: "docs"
34+
url_base_path: "/dotnet"
35+
3636
# Create the PR for the work done by the "clean repo" tool
3737
- name: create-pull-request
3838
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f
3939
with:
40-
branch: create-cleanrepo-pull-request/patch
40+
branch: cleanrepo-relative-links
4141
title: "Monthly chores: Use relative links"
42-
commit-message: 'Bot 🤖 generated CleanRepo tool run'
42+
commit-message: "Bot 🤖 generated CleanRepo tool run"
4343
body: "Find and replace absolute links with relative links. Contributes to #..."

.github/workflows/replace-redirects.yml renamed to .github/workflows/cleanrepo-replace-redirects.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@ jobs:
2626
# Call clean repo
2727
- name: Clean repo
2828
id: clean-repo-step
29-
uses: dotnet/docs-tools/cleanrepo@1c13adc87741beab84bb6e286d17b3b95ce687d8
29+
uses: dotnet/docs-tools/cleanrepo@b1ebc174a5bbd18e6904a12069a8fae2c5cc3b6f
3030
with:
31-
function: 'ReplaceRedirectTargets'
32-
docfx_directory: '.'
33-
target_directory: 'docs'
34-
url_base_path: '/dotnet'
35-
31+
function: "ReplaceRedirectTargets"
32+
docfx_directory: "."
33+
target_directory: "docs"
34+
url_base_path: "/dotnet"
35+
3636
# Create the PR for the work done by the "clean repo" tool
3737
- name: create-pull-request
3838
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f
3939
with:
40-
branch: create-cleanrepo-pull-request/patch
40+
branch: cleanrepo-replace-redirects
4141
title: "Monthly chores: Replace redirect targets"
42-
commit-message: 'Bot 🤖 generated CleanRepo tool run'
42+
commit-message: "Bot 🤖 generated CleanRepo tool run"
4343
body: "Replace redirected links with target URL. Contributes to #..."

.openpublishing.redirection.fsharp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
},
7777
{
7878
"source_path_from_root": "/docs/fsharp/tutorials/getting-started/getting-started-visual-studio-for-mac.md",
79-
"redirect_url": "/dotnet/fsharp/get-started/get-started-vscode",
79+
"redirect_url": "/dotnet/fsharp/get-started/get-started-vscode"
8080
},
8181
{
8282
"source_path_from_root": "/docs/fsharp/tutorials/getting-started/getting-started-visual-studio.md",

0 commit comments

Comments
 (0)