Email from `client@example.com` → boop in `#clients.example`.
Email with "project" (case insensitive) in the subject → boop in `#clients.project`
Thinking either a YAML or a JSON config, like:
```
channels:
fashionrevolution:
rules:
sender: client@example.com
channel: "#clients.example"
```
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.
Email from
client@example.com→ boop in#clients.example.Email with "project" (case insensitive) in the subject → boop in
#clients.projectThinking either a YAML or a JSON config, like: