From 3dba57f64267328268a8997f8803f2e68da21fa9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 29 May 2026 16:02:24 +0000 Subject: [PATCH] Document wildcard mandatorySignatures example --- examples/config-lint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/config-lint.json b/examples/config-lint.json index 4f28def8..aea14a2d 100644 --- a/examples/config-lint.json +++ b/examples/config-lint.json @@ -14,7 +14,7 @@ "lint": { "enable": true, "mandatoryAnnotations": ["annot1", "annot2", "annot3"], - "mandatorySignatures": ["repo1", "repo2"] + "mandatorySignatures": ["repo1", "repo2", "**"] } } }