From c10e9e2845025f6dcc91771ea21283be27a296e4 Mon Sep 17 00:00:00 2001 From: Jonathanlemon Date: Wed, 3 Apr 2024 13:09:10 -0400 Subject: [PATCH] Updated Github Actions workflow title for Link Checker Report to Broken Link Detected (Help Wanted) --- .github/workflows/link-checker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/link-checker.yml b/.github/workflows/link-checker.yml index eba31a7..b786bdd 100644 --- a/.github/workflows/link-checker.yml +++ b/.github/workflows/link-checker.yml @@ -19,6 +19,6 @@ jobs: if: env.lychee_exit_code != 0 uses: peter-evans/create-issue-from-file@v5 with: - title: Link Checker Report + title: Broken Link Detected (Help Wanted) content-filepath: ./lychee/out.md labels: report, automated issue, good first issue