Skip to content

Commit 74990dd

Browse files
authored
Disallow edits to Asn1
1 parent ada2cc1 commit 74990dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/policies/disallow-edits.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ configuration:
2121
- filesMatchPattern:
2222
matchAny: true
2323
pattern: xml/System.Composition/*
24+
- filesMatchPattern:
25+
matchAny: true
26+
pattern: xml/System.Formats.Asn1/*
2427
- filesMatchPattern:
2528
matchAny: true
2629
pattern: xml/System.Formats.Cbor/*

0 commit comments

Comments
 (0)