Skip to content

Reducing number of iterations as it takes longer to run this test while running concurrently with other tests. #487

Reducing number of iterations as it takes longer to run this test while running concurrently with other tests.

Reducing number of iterations as it takes longer to run this test while running concurrently with other tests. #487

Workflow file for this run

name: "Shadow reviews"
on:
pull_request:
types:
- review_requested
branches:
- master
jobs:
shadow-reviewer:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Add shadow reviewer
run: gh pr edit --add-reviewer @GoogleCloudPlatform/gcsfuse-shadow-reviewers "$PR_URL"
env:
GH_TOKEN: ${{ secrets.SHADOW_REVIEWER_CLASSIC }}
PR_URL: ${{github.event.pull_request.html_url}}