We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 527d8ec commit 30c07a1Copy full SHA for 30c07a1
1 file changed
.config/ci/check_commits.sh
@@ -6,7 +6,7 @@
6
# We copy Wireshark's contributing guide, thanks to them for the idea !
7
# This script is inspired by https://gitlab.com/wireshark/wireshark/-/blob/master/.gitlab-ci.yml
8
9
-commits=$(git rev-list --no-merges --max-count=$((PR_FETCH_DEPTH - 1)) HEAD)
+commits=$(git rev-list --no-merges --after="2026-01-00T00:00:00" --max-count=$((PR_FETCH_DEPTH - 1)) HEAD)
10
if [ -z "$commits" ]; then
11
echo "No commit to check in PR. OK."
12
exit 0
0 commit comments