Skip to content

build(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 #22

build(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0

build(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 #22

Workflow file for this run

name: 同意
on: pull_request_target
jobs:
approve:
name: 自动同意
runs-on: ubuntu-latest
steps:
- name: 代码机器人
uses: cognitedata/auto-approve-dependabot-action@v3.0.1
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
with:
github-token: ${{ secrets.GITHUB_TOKEN }}