From 1cee6b3b30bbda11396f612508edf6bf3e359d79 Mon Sep 17 00:00:00 2001 From: jvoravong Date: Mon, 18 Sep 2023 12:04:27 -0600 Subject: [PATCH] patch --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a0e13b1e61..180ab696f9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,9 +8,9 @@ repos: entry: make render language: system pass_filenames: false - - id: changelog-pr-validate + - id: changelog-validate name: Check for Changelog Entry if changes updated templates - entry: ./ci_scripts/chloggen-pr-validate.sh + entry: make chlog-validate language: script pass_filenames: false - repo: https://github.com/pre-commit/pre-commit-hooks