An info message is printed if a user defined file filter ends up removing a file from a diff. This is not the case when a file is filtered out due to an ignored extension configured in language_extensions.toml.
I was experimenting with the PR agent and it was missing some of my changes. After debugging the code I found that gradle files are ignored by default. It would of been handy if some kind of log message was spit out on the console.
An info message is printed if a user defined file filter ends up removing a file from a diff. This is not the case when a file is filtered out due to an ignored extension configured in language_extensions.toml.
I was experimenting with the PR agent and it was missing some of my changes. After debugging the code I found that
gradle
files are ignored by default. It would of been handy if some kind of log message was spit out on the console.