Skip to content

Bump golang.org/x/net from 0.50.0 to 0.51.0 #31

Bump golang.org/x/net from 0.50.0 to 0.51.0

Bump golang.org/x/net from 0.50.0 to 0.51.0 #31

Workflow file for this run

name: Auto Merge
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
auto-merge:
name: Auto Merge
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- run: gh pr merge --squash "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}