This helps debug issues like misconfigured patterns-files paths.
When `patterns-repo` is configured, the bot should log which files were actually loaded.
Currently only logs total bytes at Debug level:
```
slog.Debug("loaded patterns", "repo", *patternsRepo, "bytes", len(patterns))
```
Would be helpful to log:
- The file paths loaded from each repo
- Count of files per repo
- Any files skipped (non-markdown/txt)
This helps debug issues like misconfigured `patterns-files` paths.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
When
patterns-repois configured, the bot should log which files were actually loaded.Currently only logs total bytes at Debug level:
Would be helpful to log:
This helps debug issues like misconfigured
patterns-filespaths.