Module: kamailio Branch: master Commit: edb760e9ade180a972dc01e21987e0ce3cc9fe99 URL: https://github.com/kamailio/kamailio/commit/edb760e9ade180a972dc01e21987e0ce3cc9fe99
Author: Victor Seva <[email protected]> Committer: Victor Seva <[email protected]> Date: 2026-05-12T18:27:01+02:00 github: fix pull-request action [skip ci] * remove exit added to debug --- Modified: .github/scripts/check-commit.sh --- Diff: https://github.com/kamailio/kamailio/commit/edb760e9ade180a972dc01e21987e0ce3cc9fe99.diff Patch: https://github.com/kamailio/kamailio/commit/edb760e9ade180a972dc01e21987e0ce3cc9fe99.patch --- diff --git a/.github/scripts/check-commit.sh b/.github/scripts/check-commit.sh index 448145da152..93fdb7bde07 100755 --- a/.github/scripts/check-commit.sh +++ b/.github/scripts/check-commit.sh @@ -107,7 +107,6 @@ ref=${ref:-HEAD} git fetch -q "--depth=${fetch_depth}" origin "+${ref}" src_sha=$(git rev-parse -q --verify "${ref}") || die "fatal: couldn't find ref ${ref}" echo "Checking $(git rev-list --count "${src_sha}" "^${target_sha}") commits since revision ${target_sha}" -exit 1 for commit in $(git rev-list --reverse "${src_sha}" "^${target_sha}"); do COMMIT_MESSAGE_SUBJECT=$(git_log_format "${COMMIT_MESSAGE_SUBJECT_FORMAT}" "${commit}") check_subject "${commit}" "${COMMIT_MESSAGE_SUBJECT}" _______________________________________________ Kamailio - Development Mailing List -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
