Skip to content

Bump golang.org/x/oauth2 from 0.25.0 to 0.26.0 #3115

Bump golang.org/x/oauth2 from 0.25.0 to 0.26.0

Bump golang.org/x/oauth2 from 0.25.0 to 0.26.0 #3115

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}}