Skip to content

Bump golang from 1.23.0-alpine to 1.23.2-alpine #517

Bump golang from 1.23.0-alpine to 1.23.2-alpine

Bump golang from 1.23.0-alpine to 1.23.2-alpine #517

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