From 24d9109ed116062b1225ba179dbf6819aba1fa1b Mon Sep 17 00:00:00 2001 From: Bryce Kalow Date: Mon, 22 Mar 2021 09:47:10 -0500 Subject: [PATCH] fix: remove period to fix broken link (#9912) --- .github/workflows/changelog-checker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changelog-checker.yml b/.github/workflows/changelog-checker.yml index 7319aa162d..16703030ab 100644 --- a/.github/workflows/changelog-checker.yml +++ b/.github/workflows/changelog-checker.yml @@ -29,7 +29,7 @@ jobs: # If we do not find a file in .changelog/, we fail the check if [ -z "$changelog_files" ]; then # Fail status check when no .changelog entry was found on the PR - echo "Did not find a .changelog entry and the 'pr/no-changelog' label was not applied. Reference - https://github.com/hashicorp/consul/pull/8387." + echo "Did not find a .changelog entry and the 'pr/no-changelog' label was not applied. Reference - https://github.com/hashicorp/consul/pull/8387" exit 1 else echo "Found .changelog entry in PR!"