Skip to content

Bump semver from 5.7.0 to 5.7.2 in /infographic-app #83

Bump semver from 5.7.0 to 5.7.2 in /infographic-app

Bump semver from 5.7.0 to 5.7.2 in /infographic-app #83

name: Auto approve PRs by dependabot
# Trigger the workflow on pull request
on: pull_request
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: ${{ secrets.GITHUB_TOKEN }}