diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index a766c1655ca..dc436c838f9 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -19,4 +19,4 @@ jobs: - name: Run PR Title Checker id: check_title run: | - ./hack/ci/pr_title_checker.sh "${{ env.title }}" + ./test/pr-title-checker.sh "${{ env.title }}" diff --git a/hack/ci/pr_title_checker.sh b/test/pr-title-checker.sh similarity index 100% rename from hack/ci/pr_title_checker.sh rename to test/pr-title-checker.sh