Feat(dashboard): integrate firestore in dashboard, add detox summary / progress overview logic, create task modal button variant, add link to community #30
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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' |