fix: Added Firestore pagination paths to self referencing candidates #10056
Workflow file for this run
This file contains 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: Add Design System Pod teammates as reviewers | |
on: | |
pull_request: | |
branches: [release] | |
types: [opened, reopened, edited] | |
# Change the working directory for all the jobs in this workflow | |
defaults: | |
run: | |
working-directory: app/client | |
jobs: | |
auto-request-review: | |
name: Auto Request Review | |
runs-on: ubuntu-latest | |
steps: | |
- name: Request review based on files changes and/or groups the author belongs to | |
uses: necojackarc/auto-request-review@v0.7.0 | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
config: .github/reviewers.yml # Config file location override |