Skip to content

Bump golang.org/x/oauth2 from 0.0.0-20220909003341-f21342109be1 to 0.27.0 in /tools in the go_modules group across 1 directory #229

Bump golang.org/x/oauth2 from 0.0.0-20220909003341-f21342109be1 to 0.27.0 in /tools in the go_modules group across 1 directory

Bump golang.org/x/oauth2 from 0.0.0-20220909003341-f21342109be1 to 0.27.0 in /tools in the go_modules group across 1 directory #229

Workflow file for this run

name: PR Opened
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request_target
on:
pull_request_target:
types: [opened, reopened]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
compile:
name: Update assignees
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/assign-pr
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}