Skip to content

Feat(dashboard): integrate firestore in dashboard, add detox summary / progress overview logic, create task modal button variant, add link to community #30

Feat(dashboard): integrate firestore in dashboard, add detox summary / progress overview logic, create task modal button variant, add link to community

Feat(dashboard): integrate firestore in dashboard, add detox summary / progress overview logic, create task modal button variant, add link to community #30

Workflow file for this run

name: Auto Assign PR Reviewers
on:
pull_request:
types: [opened, ready_for_review]
jobs:
auto_assign_reviewers:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: Auto Assign Reviewers (using custom config)
uses: kentaro-m/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: '.github/auto_assign_config.yml'