From f7f97fc0a42ada21efd4bea82865e8077216e1c4 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Fri, 1 Nov 2024 09:23:38 -0700 Subject: [PATCH 1/3] Update orphaned-articles.yml --- .github/workflows/orphaned-articles.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/orphaned-articles.yml b/.github/workflows/orphaned-articles.yml index ed1cb26e36cc3..4b657208b391e 100644 --- a/.github/workflows/orphaned-articles.yml +++ b/.github/workflows/orphaned-articles.yml @@ -26,7 +26,7 @@ jobs: # Call clean repo - name: Clean repo id: clean-repo-step - uses: dotnet/docs-tools/cleanrepo@1c13adc87741beab84bb6e286d17b3b95ce687d8 + uses: dotnet/docs-tools/cleanrepo@4beec484bfcae02e62fcf430b70c2cb18dac2828 with: function: 'FindOrphanedArticles' docfx_directory: '.' From 90d7fbe9a0c189a60bf72457e94c79e58d53ac31 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Fri, 1 Nov 2024 09:36:18 -0700 Subject: [PATCH 2/3] update SHA --- .github/workflows/orphaned-images.yml | 14 +++++++------- .github/workflows/orphaned-includes.yml | 14 +++++++------- .github/workflows/orphaned-snippets.yml | 14 +++++++------- .github/workflows/redirect-hops.yml | 14 +++++++------- .github/workflows/relative-links.yml | 14 +++++++------- .github/workflows/replace-redirects.yml | 14 +++++++------- 6 files changed, 42 insertions(+), 42 deletions(-) diff --git a/.github/workflows/orphaned-images.yml b/.github/workflows/orphaned-images.yml index 59353755b9db5..7e2af50ddcaf7 100644 --- a/.github/workflows/orphaned-images.yml +++ b/.github/workflows/orphaned-images.yml @@ -26,18 +26,18 @@ jobs: # Call clean repo - name: Clean repo id: clean-repo-step - uses: dotnet/docs-tools/cleanrepo@1c13adc87741beab84bb6e286d17b3b95ce687d8 + uses: dotnet/docs-tools/cleanrepo@4beec484bfcae02e62fcf430b70c2cb18dac2828 with: - function: 'FindOrphanedImages' - docfx_directory: '.' - target_directory: 'docs' - url_base_path: '/dotnet' - + function: "FindOrphanedImages" + docfx_directory: "." + target_directory: "docs" + url_base_path: "/dotnet" + # Create the PR for the work done by the "clean repo" tool - name: create-pull-request uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f with: branch: create-cleanrepo-pull-request/patch title: "Monthly chores: Delete orphaned images" - commit-message: 'Bot 🤖 generated CleanRepo tool run' + commit-message: "Bot 🤖 generated CleanRepo tool run" body: "Find and delete orphaned images. Contributes to #..." diff --git a/.github/workflows/orphaned-includes.yml b/.github/workflows/orphaned-includes.yml index 16b066f7a79ff..23924bacbd09a 100644 --- a/.github/workflows/orphaned-includes.yml +++ b/.github/workflows/orphaned-includes.yml @@ -26,18 +26,18 @@ jobs: # Call clean repo - name: Clean repo id: clean-repo-step - uses: dotnet/docs-tools/cleanrepo@1c13adc87741beab84bb6e286d17b3b95ce687d8 + uses: dotnet/docs-tools/cleanrepo@4beec484bfcae02e62fcf430b70c2cb18dac2828 with: - function: 'FindOrphanedIncludes' - docfx_directory: '.' - target_directory: '.' - url_base_path: '/dotnet' - + function: "FindOrphanedIncludes" + docfx_directory: "." + target_directory: "." + url_base_path: "/dotnet" + # Create the PR for the work done by the "clean repo" tool - name: create-pull-request uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f with: branch: create-cleanrepo-pull-request/patch title: "Monthly chores: Delete orphaned include files" - commit-message: 'Bot 🤖 generated CleanRepo tool run' + commit-message: "Bot 🤖 generated CleanRepo tool run" body: "Find and delete orphaned include files. Contributes to #..." diff --git a/.github/workflows/orphaned-snippets.yml b/.github/workflows/orphaned-snippets.yml index c80b83ce94812..a1076955873df 100644 --- a/.github/workflows/orphaned-snippets.yml +++ b/.github/workflows/orphaned-snippets.yml @@ -26,18 +26,18 @@ jobs: # Call clean repo - name: Clean repo id: clean-repo-step - uses: dotnet/docs-tools/cleanrepo@1c13adc87741beab84bb6e286d17b3b95ce687d8 + uses: dotnet/docs-tools/cleanrepo@4beec484bfcae02e62fcf430b70c2cb18dac2828 with: - function: 'FindOrphanedSnippets' - docfx_directory: '.' - target_directory: 'docs' - url_base_path: '/dotnet' - + function: "FindOrphanedSnippets" + docfx_directory: "." + target_directory: "docs" + url_base_path: "/dotnet" + # Create the PR for the work done by the "clean repo" tool - name: create-pull-request uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f with: branch: create-cleanrepo-pull-request/patch title: "Monthly chores: Delete orphaned snippets" - commit-message: 'Bot 🤖 generated CleanRepo tool run' + commit-message: "Bot 🤖 generated CleanRepo tool run" body: "Find and delete orphaned snippets. Contributes to #..." diff --git a/.github/workflows/redirect-hops.yml b/.github/workflows/redirect-hops.yml index aee7211af46ed..f591c911121bc 100644 --- a/.github/workflows/redirect-hops.yml +++ b/.github/workflows/redirect-hops.yml @@ -26,18 +26,18 @@ jobs: # Call clean repo - name: Clean repo id: clean-repo-step - uses: dotnet/docs-tools/cleanrepo@1c13adc87741beab84bb6e286d17b3b95ce687d8 + uses: dotnet/docs-tools/cleanrepo@4beec484bfcae02e62fcf430b70c2cb18dac2828 with: - function: 'RemoveRedirectHops' - docfx_directory: '.' - target_directory: 'docs' - url_base_path: '/dotnet' - + function: "RemoveRedirectHops" + docfx_directory: "." + target_directory: "docs" + url_base_path: "/dotnet" + # Create the PR for the work done by the "clean repo" tool - name: create-pull-request uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f with: branch: create-cleanrepo-pull-request/patch title: "Monthly chores: Remove redirect hops" - commit-message: 'Bot 🤖 generated CleanRepo tool run' + commit-message: "Bot 🤖 generated CleanRepo tool run" body: "Remove redirect hops, for example, if a -> b and b -> c, replace a -> b with a -> c. Contributes to #..." diff --git a/.github/workflows/relative-links.yml b/.github/workflows/relative-links.yml index 4d5c4905a057d..59727e61b7e6b 100644 --- a/.github/workflows/relative-links.yml +++ b/.github/workflows/relative-links.yml @@ -26,18 +26,18 @@ jobs: # Call clean repo - name: Clean repo id: clean-repo-step - uses: dotnet/docs-tools/cleanrepo@1c13adc87741beab84bb6e286d17b3b95ce687d8 + uses: dotnet/docs-tools/cleanrepo@4beec484bfcae02e62fcf430b70c2cb18dac2828 with: - function: 'ReplaceWithRelativeLinks' - docfx_directory: '.' - target_directory: 'docs' - url_base_path: '/dotnet' - + function: "ReplaceWithRelativeLinks" + docfx_directory: "." + target_directory: "docs" + url_base_path: "/dotnet" + # Create the PR for the work done by the "clean repo" tool - name: create-pull-request uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f with: branch: create-cleanrepo-pull-request/patch title: "Monthly chores: Use relative links" - commit-message: 'Bot 🤖 generated CleanRepo tool run' + commit-message: "Bot 🤖 generated CleanRepo tool run" body: "Find and replace absolute links with relative links. Contributes to #..." diff --git a/.github/workflows/replace-redirects.yml b/.github/workflows/replace-redirects.yml index 4825b3d85beca..97a249e2934c3 100644 --- a/.github/workflows/replace-redirects.yml +++ b/.github/workflows/replace-redirects.yml @@ -26,18 +26,18 @@ jobs: # Call clean repo - name: Clean repo id: clean-repo-step - uses: dotnet/docs-tools/cleanrepo@1c13adc87741beab84bb6e286d17b3b95ce687d8 + uses: dotnet/docs-tools/cleanrepo@4beec484bfcae02e62fcf430b70c2cb18dac2828 with: - function: 'ReplaceRedirectTargets' - docfx_directory: '.' - target_directory: 'docs' - url_base_path: '/dotnet' - + function: "ReplaceRedirectTargets" + docfx_directory: "." + target_directory: "docs" + url_base_path: "/dotnet" + # Create the PR for the work done by the "clean repo" tool - name: create-pull-request uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f with: branch: create-cleanrepo-pull-request/patch title: "Monthly chores: Replace redirect targets" - commit-message: 'Bot 🤖 generated CleanRepo tool run' + commit-message: "Bot 🤖 generated CleanRepo tool run" body: "Replace redirected links with target URL. Contributes to #..." From 2c04f1dccc9c18bc15d50842aca7ebbae0627363 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Fri, 1 Nov 2024 11:27:47 -0700 Subject: [PATCH 3/3] update SHA again --- ...icles.yml => cleanrepo-orphaned-articles.yml} | 16 ++++++++-------- ...-images.yml => cleanrepo-orphaned-images.yml} | 4 ++-- ...ludes.yml => cleanrepo-orphaned-includes.yml} | 4 ++-- ...ppets.yml => cleanrepo-orphaned-snippets.yml} | 4 ++-- ...rect-hops.yml => cleanrepo-redirect-hops.yml} | 4 ++-- ...ve-links.yml => cleanrepo-relative-links.yml} | 4 ++-- ...rects.yml => cleanrepo-replace-redirects.yml} | 4 ++-- .openpublishing.redirection.fsharp.json | 2 +- 8 files changed, 21 insertions(+), 21 deletions(-) rename .github/workflows/{orphaned-articles.yml => cleanrepo-orphaned-articles.yml} (72%) rename .github/workflows/{orphaned-images.yml => cleanrepo-orphaned-images.yml} (89%) rename .github/workflows/{orphaned-includes.yml => cleanrepo-orphaned-includes.yml} (89%) rename .github/workflows/{orphaned-snippets.yml => cleanrepo-orphaned-snippets.yml} (89%) rename .github/workflows/{redirect-hops.yml => cleanrepo-redirect-hops.yml} (89%) rename .github/workflows/{relative-links.yml => cleanrepo-relative-links.yml} (89%) rename .github/workflows/{replace-redirects.yml => cleanrepo-replace-redirects.yml} (89%) diff --git a/.github/workflows/orphaned-articles.yml b/.github/workflows/cleanrepo-orphaned-articles.yml similarity index 72% rename from .github/workflows/orphaned-articles.yml rename to .github/workflows/cleanrepo-orphaned-articles.yml index 4b657208b391e..96ed7eaac15f0 100644 --- a/.github/workflows/orphaned-articles.yml +++ b/.github/workflows/cleanrepo-orphaned-articles.yml @@ -26,18 +26,18 @@ jobs: # Call clean repo - name: Clean repo id: clean-repo-step - uses: dotnet/docs-tools/cleanrepo@4beec484bfcae02e62fcf430b70c2cb18dac2828 + uses: dotnet/docs-tools/cleanrepo@b1ebc174a5bbd18e6904a12069a8fae2c5cc3b6f with: - function: 'FindOrphanedArticles' - docfx_directory: '.' - target_directory: 'docs' - url_base_path: '/dotnet' - + function: "FindOrphanedArticles" + docfx_directory: "." + target_directory: "docs" + url_base_path: "/dotnet" + # Create the PR for the work done by the "clean repo" tool - name: create-pull-request uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f with: - branch: create-cleanrepo-pull-request/patch + branch: cleanrepo-orphaned-articles title: "Monthly chores: Delete orphaned articles" - commit-message: 'Bot 🤖 generated CleanRepo tool run' + commit-message: "Bot 🤖 generated CleanRepo tool run" body: "Find and delete orphaned articles. Contributes to #..." diff --git a/.github/workflows/orphaned-images.yml b/.github/workflows/cleanrepo-orphaned-images.yml similarity index 89% rename from .github/workflows/orphaned-images.yml rename to .github/workflows/cleanrepo-orphaned-images.yml index 7e2af50ddcaf7..b5c4a60c379e2 100644 --- a/.github/workflows/orphaned-images.yml +++ b/.github/workflows/cleanrepo-orphaned-images.yml @@ -26,7 +26,7 @@ jobs: # Call clean repo - name: Clean repo id: clean-repo-step - uses: dotnet/docs-tools/cleanrepo@4beec484bfcae02e62fcf430b70c2cb18dac2828 + uses: dotnet/docs-tools/cleanrepo@b1ebc174a5bbd18e6904a12069a8fae2c5cc3b6f with: function: "FindOrphanedImages" docfx_directory: "." @@ -37,7 +37,7 @@ jobs: - name: create-pull-request uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f with: - branch: create-cleanrepo-pull-request/patch + branch: cleanrepo-orphaned-images title: "Monthly chores: Delete orphaned images" commit-message: "Bot 🤖 generated CleanRepo tool run" body: "Find and delete orphaned images. Contributes to #..." diff --git a/.github/workflows/orphaned-includes.yml b/.github/workflows/cleanrepo-orphaned-includes.yml similarity index 89% rename from .github/workflows/orphaned-includes.yml rename to .github/workflows/cleanrepo-orphaned-includes.yml index 23924bacbd09a..b075446464f5c 100644 --- a/.github/workflows/orphaned-includes.yml +++ b/.github/workflows/cleanrepo-orphaned-includes.yml @@ -26,7 +26,7 @@ jobs: # Call clean repo - name: Clean repo id: clean-repo-step - uses: dotnet/docs-tools/cleanrepo@4beec484bfcae02e62fcf430b70c2cb18dac2828 + uses: dotnet/docs-tools/cleanrepo@b1ebc174a5bbd18e6904a12069a8fae2c5cc3b6f with: function: "FindOrphanedIncludes" docfx_directory: "." @@ -37,7 +37,7 @@ jobs: - name: create-pull-request uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f with: - branch: create-cleanrepo-pull-request/patch + branch: cleanrepo-orphaned-includes title: "Monthly chores: Delete orphaned include files" commit-message: "Bot 🤖 generated CleanRepo tool run" body: "Find and delete orphaned include files. Contributes to #..." diff --git a/.github/workflows/orphaned-snippets.yml b/.github/workflows/cleanrepo-orphaned-snippets.yml similarity index 89% rename from .github/workflows/orphaned-snippets.yml rename to .github/workflows/cleanrepo-orphaned-snippets.yml index a1076955873df..38ef8eb314524 100644 --- a/.github/workflows/orphaned-snippets.yml +++ b/.github/workflows/cleanrepo-orphaned-snippets.yml @@ -26,7 +26,7 @@ jobs: # Call clean repo - name: Clean repo id: clean-repo-step - uses: dotnet/docs-tools/cleanrepo@4beec484bfcae02e62fcf430b70c2cb18dac2828 + uses: dotnet/docs-tools/cleanrepo@b1ebc174a5bbd18e6904a12069a8fae2c5cc3b6f with: function: "FindOrphanedSnippets" docfx_directory: "." @@ -37,7 +37,7 @@ jobs: - name: create-pull-request uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f with: - branch: create-cleanrepo-pull-request/patch + branch: cleanrepo-orphaned-snippets title: "Monthly chores: Delete orphaned snippets" commit-message: "Bot 🤖 generated CleanRepo tool run" body: "Find and delete orphaned snippets. Contributes to #..." diff --git a/.github/workflows/redirect-hops.yml b/.github/workflows/cleanrepo-redirect-hops.yml similarity index 89% rename from .github/workflows/redirect-hops.yml rename to .github/workflows/cleanrepo-redirect-hops.yml index f591c911121bc..494489de9ca61 100644 --- a/.github/workflows/redirect-hops.yml +++ b/.github/workflows/cleanrepo-redirect-hops.yml @@ -26,7 +26,7 @@ jobs: # Call clean repo - name: Clean repo id: clean-repo-step - uses: dotnet/docs-tools/cleanrepo@4beec484bfcae02e62fcf430b70c2cb18dac2828 + uses: dotnet/docs-tools/cleanrepo@b1ebc174a5bbd18e6904a12069a8fae2c5cc3b6f with: function: "RemoveRedirectHops" docfx_directory: "." @@ -37,7 +37,7 @@ jobs: - name: create-pull-request uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f with: - branch: create-cleanrepo-pull-request/patch + branch: cleanrepo-remove-hops title: "Monthly chores: Remove redirect hops" commit-message: "Bot 🤖 generated CleanRepo tool run" body: "Remove redirect hops, for example, if a -> b and b -> c, replace a -> b with a -> c. Contributes to #..." diff --git a/.github/workflows/relative-links.yml b/.github/workflows/cleanrepo-relative-links.yml similarity index 89% rename from .github/workflows/relative-links.yml rename to .github/workflows/cleanrepo-relative-links.yml index 59727e61b7e6b..745853fc749f3 100644 --- a/.github/workflows/relative-links.yml +++ b/.github/workflows/cleanrepo-relative-links.yml @@ -26,7 +26,7 @@ jobs: # Call clean repo - name: Clean repo id: clean-repo-step - uses: dotnet/docs-tools/cleanrepo@4beec484bfcae02e62fcf430b70c2cb18dac2828 + uses: dotnet/docs-tools/cleanrepo@b1ebc174a5bbd18e6904a12069a8fae2c5cc3b6f with: function: "ReplaceWithRelativeLinks" docfx_directory: "." @@ -37,7 +37,7 @@ jobs: - name: create-pull-request uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f with: - branch: create-cleanrepo-pull-request/patch + branch: cleanrepo-relative-links title: "Monthly chores: Use relative links" commit-message: "Bot 🤖 generated CleanRepo tool run" body: "Find and replace absolute links with relative links. Contributes to #..." diff --git a/.github/workflows/replace-redirects.yml b/.github/workflows/cleanrepo-replace-redirects.yml similarity index 89% rename from .github/workflows/replace-redirects.yml rename to .github/workflows/cleanrepo-replace-redirects.yml index 97a249e2934c3..44b9b74e9abd6 100644 --- a/.github/workflows/replace-redirects.yml +++ b/.github/workflows/cleanrepo-replace-redirects.yml @@ -26,7 +26,7 @@ jobs: # Call clean repo - name: Clean repo id: clean-repo-step - uses: dotnet/docs-tools/cleanrepo@4beec484bfcae02e62fcf430b70c2cb18dac2828 + uses: dotnet/docs-tools/cleanrepo@b1ebc174a5bbd18e6904a12069a8fae2c5cc3b6f with: function: "ReplaceRedirectTargets" docfx_directory: "." @@ -37,7 +37,7 @@ jobs: - name: create-pull-request uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f with: - branch: create-cleanrepo-pull-request/patch + branch: cleanrepo-replace-redirects title: "Monthly chores: Replace redirect targets" commit-message: "Bot 🤖 generated CleanRepo tool run" body: "Replace redirected links with target URL. Contributes to #..." diff --git a/.openpublishing.redirection.fsharp.json b/.openpublishing.redirection.fsharp.json index fbb09f5d5e684..ab1954fd6cfe6 100644 --- a/.openpublishing.redirection.fsharp.json +++ b/.openpublishing.redirection.fsharp.json @@ -76,7 +76,7 @@ }, { "source_path_from_root": "/docs/fsharp/tutorials/getting-started/getting-started-visual-studio-for-mac.md", - "redirect_url": "/dotnet/fsharp/get-started/get-started-vscode", + "redirect_url": "/dotnet/fsharp/get-started/get-started-vscode" }, { "source_path_from_root": "/docs/fsharp/tutorials/getting-started/getting-started-visual-studio.md",