Skip to content

Bump django-import-export from 2.9.0 to 3.3.4 #756

Bump django-import-export from 2.9.0 to 3.3.4

Bump django-import-export from 2.9.0 to 3.3.4 #756

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]' || github.actor == 'dependabot'
with:
github-token: ${{ secrets.GITHUB_TOKEN }}