@@ -11,30 +11,30 @@ configuration:
11
11
- isAction :
12
12
action : Opened
13
13
- or :
14
- - filesMatchPattern :
15
- pattern : xml/Microsoft.Extensions*/*
14
+ - includesModifiedFile :
15
+ file : xml/Microsoft.Extensions*/*
16
16
# TODO - These files do use this repo as source-of-truth - how to exclude them?
17
17
# - xml/Microsoft.Extensions.FileSystemGlobbing/*
18
18
# - xml/Microsoft.Extensions.FileSystemGlobbing.Abstractions/*
19
19
# - xml/Microsoft.Extensions.FileSystemGlobbing.Internal*/*
20
- - filesMatchPattern :
21
- pattern : xml/System.Composition/*
22
- - filesMatchPattern :
23
- pattern : xml/System.Formats.Cbor/*
24
- - filesMatchPattern :
25
- pattern : xml/System.Formats.Nrbf/*
26
- - filesMatchPattern :
27
- pattern : xml/System.Net.ServerSentEvents/*
28
- - filesMatchPattern :
29
- pattern : xml/System.Numerics.Tensors/*
30
- - filesMatchPattern :
31
- pattern : xml/System.Speech/*
32
- - filesMatchPattern :
33
- pattern : xml/System.Runtime.Serialization/ISerializationCodeDomSurrogateProvider.xml
34
- - filesMatchPattern :
35
- pattern : xml/System.Runtime.Serialization/ImportOptions.xml
36
- - filesMatchPattern :
37
- pattern : xml/System.Runtime.Serialization/XsdDataContractExporter.xml
20
+ - includesModifiedFile :
21
+ file : xml/System.Composition/*
22
+ - includesModifiedFile :
23
+ file : xml/System.Formats.Cbor/*
24
+ - includesModifiedFile :
25
+ file : xml/System.Formats.Nrbf/*
26
+ - includesModifiedFile :
27
+ file : xml/System.Net.ServerSentEvents/*
28
+ - includesModifiedFile :
29
+ file : xml/System.Numerics.Tensors/*
30
+ - includesModifiedFile :
31
+ file : xml/System.Speech/*
32
+ - includesModifiedFile :
33
+ file : xml/System.Runtime.Serialization/ISerializationCodeDomSurrogateProvider.xml
34
+ - includesModifiedFile :
35
+ file : xml/System.Runtime.Serialization/ImportOptions.xml
36
+ - includesModifiedFile :
37
+ file : xml/System.Runtime.Serialization/XsdDataContractExporter.xml
38
38
then :
39
39
- addReply :
40
40
reply : >-
0 commit comments