Skip to content

pip: (deps): bump cffi from 1.16.0 to 1.17.1 #30

pip: (deps): bump cffi from 1.16.0 to 1.17.1

pip: (deps): bump cffi from 1.16.0 to 1.17.1 #30

Workflow file for this run

name: Auto approve PRs by dependabot
# Trigger the workflow on pull request
on: pull_request_target
jobs:
autoapprove:
name: Auto-Approve a PR by dependabot
runs-on: ubuntu-latest
steps:
- name: Auto approve
uses: cognitedata/[email protected]
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
with:
github-token: ${{ github.token }}