Skip to content

chore(deps): bump golang.org/x/crypto from 0.30.0 to 0.31.0 #946

chore(deps): bump golang.org/x/crypto from 0.30.0 to 0.31.0

chore(deps): bump golang.org/x/crypto from 0.30.0 to 0.31.0 #946

Workflow file for this run

name: Auto-merge
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
enable_automerge:
runs-on: ubuntu-latest
steps:
- name: Enable auto-merge for PRs
run: gh pr merge --auto --merge --delete-branch "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{secrets.PR_GITHUB_TOKEN}}