When tests fail, you can tag owners in the Slack notification. Ownership rules are defined in aDocumentation Index
Fetch the complete documentation index at: https://docs.empirical.run/llms.txt
Use this file to discover all available pages before exploring further.
.empiricalrun/OWNERS.yaml file in your test repo.
Setup
Create.empiricalrun/OWNERS.yaml in the root of your test repository.
Format
match condition and a list of owners to mention.
Matching
By tag (exact match)
By file path (exact)
By directory (glob)
By filename pattern (wildcard)
* matches within a single directory, ** matches across directories.All tests (catch-all)
Owner format
Use the Slack member ID or user group ID directly:- User:
U04ABCDEF(find via Slack profile → Copy member ID) - User group:
S07XYZ(find via Slack admin → User groups)
<@U04ABCDEF>, <!subteam^S07XYZ>) is also supported.
Behavior
- Rules are evaluated top-down; a test can match multiple rules
- All matched owners are mentioned (deduplicated)
- If
OWNERS.yamlis missing or invalid, notifications are sent without mentions