Skip to content
Snippets Groups Projects
Unverified Commit aa110f2e authored by Ngoc Khuat's avatar Ngoc Khuat Committed by GitHub
Browse files

Use team instead of group for auto request review (#45221)

parent d237bb31
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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 }}'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment