Skip to content

pip: (deps): bump cryptography from 43.0.1 to 44.0.0 #109

pip: (deps): bump cryptography from 43.0.1 to 44.0.0

pip: (deps): bump cryptography from 43.0.1 to 44.0.0 #109

Workflow file for this run

name: Auto approve PRs by dependabot
# Trigger the workflow on pull request
on: pull_request_target
permissions:
actions: write
checks: write
contents: write
deployments: write
statuses: write
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 }}