diff --git a/.github/auto_request_review.yml b/.github/auto_request_review.yml index cbaa499654d9856d284e67bdcf45e40ede9b9f74..9e28340e8da236c1a0858f43fc97eefae827655b 100644 --- a/.github/auto_request_review.yml +++ b/.github/auto_request_review.yml @@ -2,19 +2,12 @@ # See https://github.com/necojackarc/auto-request-review/tree/master?tab=readme-ov-file#reviewers-configuration # for the spec -reviewers: - groups: - migration-owners: - - qnkhuat - - calherries - #- team:core-backend-components # can use team, but it needs a PAT, will figure it out later - files: # migrations related files 'resources/migrations/**': - - migration-owners + - team:core-backend-components 'src/metabase/db/custom_migrations.clj': - - migration-owners + - team:core-backend-components options: ignore_draft: true diff --git a/.github/workflows/auto-request-review.yml b/.github/workflows/auto-request-review.yml index 99f3f8f9d07b2d272dc1ad1d35c661bccc23c5a3..73aebd489e32908bd054b67c2435ba27e1e94872 100644 --- a/.github/workflows/auto-request-review.yml +++ b/.github/workflows/auto-request-review.yml @@ -18,4 +18,4 @@ jobs: - name: Request review based on files changes and/or groups the author belongs to uses: necojackarc/auto-request-review@v0.13.0 with: - token: '${{ secrets.GITHUB_TOKEN }}' + token: '${{ secrets.METABASE_AUTOMATION_USER_TOKEN }}'