mongo/.github/ALLOWED_UNOWNED_FILES.yml
Mathias Stearn c26287edb2 SERVER-121513: add an initial version of a resmoke agent skill (#49498)
GitOrigin-RevId: eb21af19273ec93a29f8dc1962db715fe45789f2
2026-03-13 16:12:42 +00:00

12 lines
550 B
YAML

version: 1.0.0
filters:
- filter: "/.github/CODEOWNERS"
justification: "Generated by all of the individual owners files in the repo."
- filter: "/modules_poc/modules.yaml"
justification: >-
Not production code, more like linter config. All teams should be able to edit
their own module definitions, but there are advantages to keeping all modules
defined in a single file.
- filter: "/.agents/skills/OWNERS.yml"
justification: Teams should be able to add their own skills and claim them without asking permission.