github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/.github/workflows/auto-request-review.yml (about)

     1  # For docs on this see https://github.com/marketplace/actions/auto-request-review#workflow-configuration
     2  name: Auto Request Review
     3  
     4  on:
     5    pull_request_target:
     6      types: [opened, ready_for_review, reopened]
     7  
     8  jobs:
     9    auto-request-review:
    10      name: Auto Request Review
    11      runs-on: ubuntu-latest
    12      steps:
    13        - name: Request review based on files changes and/or groups the author belongs to
    14          uses: necojackarc/auto-request-review@v0.4.0
    15          with:
    16            token: ${{ secrets.GITHUB_TOKEN }}
    17            config: .github/reviewers.yml # Config file location override