diff --git a/.github/workflows/commit-lint-shell.yaml b/.github/workflows/commit-lint-shell.yaml index 31de78b..84e3e81 100644 --- a/.github/workflows/commit-lint-shell.yaml +++ b/.github/workflows/commit-lint-shell.yaml @@ -45,7 +45,7 @@ jobs: REPO_NAME="${{ github.repository }}" if [[ "$REPO_NAME" =~ ^(.*/)?(gdc-nas|gdc-ui|gooddata-ui-sdk|gdc-panther)$ ]]; then - if [[ ! "$COMMIT_SUBJECT" =~ ^chore\(update\): ]]; then + if [[ ! "$COMMIT_SUBJECT" =~ ^chore\(deps\): ]]; then TRAILERS=$(git show -s --format=%B "$COMMIT_HASH" | git interpret-trailers --parse) if ! echo "$TRAILERS" | grep -iqE '^risk:\s*(nonprod|low|high)'; then COMMIT_VIOLATIONS+=":x: does not contain a valid risk trailer\n"