Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
auto_request_review.yml 487 B
# The reviewers configuration for the auto_request_review workflow
# See https://github.com/necojackarc/auto-request-review/tree/master?tab=readme-ov-file#reviewers-configuration
# for the spec

files:
  # migrations related files
  'resources/migrations/**':
    - team:core-backend-components
  'src/metabase/db/custom_migrations.clj':
    - team:core-backend-components

options:
  ignore_draft: true
  ignored_keywords:
    - DO NOT REVIEW
    - WIP
  enable_group_assignment: false