From ffa1e54af5e63c9de550948a43a2d951ad5d324b Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Fri, 16 Jun 2023 15:46:53 -0400 Subject: [PATCH] Delete check-legacy-links-format.yml (#12471) Remove the check-legacy-links-format.yml workflow. These checks are now included as part of our content conformance checks that run on PRs with documentation content changes. --- .github/workflows/check-legacy-links-format.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/check-legacy-links-format.yml diff --git a/.github/workflows/check-legacy-links-format.yml b/.github/workflows/check-legacy-links-format.yml deleted file mode 100644 index 08c128a9f49..00000000000 --- a/.github/workflows/check-legacy-links-format.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Legacy Link Format Checker - -on: - push: - paths: - - "website/content/**/*.mdx" - - "website/data/*-nav-data.json" - -jobs: - check-links: - uses: hashicorp/dev-portal/.github/workflows/docs-content-check-legacy-links-format.yml@475289345d312552b745224b46895f51cc5fc490 - with: - repo-owner: "hashicorp" - repo-name: "packer" - commit-sha: ${{ github.sha }} - mdx-directory: "website/content" - nav-data-directory: "website/data"