Document wildcard mandatorySignatures example

This commit is contained in:
copilot-swe-agent[bot]
2026-05-29 16:02:24 +00:00
committed by GitHub
parent c024d0e04e
commit 3dba57f642
+1 -1
View File
@@ -14,7 +14,7 @@
"lint": {
"enable": true,
"mandatoryAnnotations": ["annot1", "annot2", "annot3"],
"mandatorySignatures": ["repo1", "repo2"]
"mandatorySignatures": ["repo1", "repo2", "**"]
}
}
}