From 4ba8df2a8bb9397e922b07c8e9610d1a8f0d8ee0 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Thu, 15 Jan 2026 13:23:07 -0500 Subject: [PATCH] .github: Narrow sys/crypto warning to sys/crypto/skein This is the only subdirectory of sys/crypto that is a vendor import. Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D54719 --- .github/path-rules.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/path-rules.txt b/.github/path-rules.txt index 297cfe8def3..7e84f0c99ce 100644 --- a/.github/path-rules.txt +++ b/.github/path-rules.txt @@ -7,4 +7,4 @@ sys/contrib/device-tree :caution: No changes should be made here by pull request contrib :warning: Contributed software usually managed by vendor branch crypto :warning: Contributed crypto software usually managed by vendor branch sys/contrib :warning: Contributed software usually managed by vendor branch -sys/crypto :warning: Contributed crypto software usually managed by vendor branch +sys/crypto/skein :warning: Contributed crypto software usually managed by vendor branch