Skip to content

pip: (deps): bump resolvelib from 1.0.1 to 1.1.0 #103

pip: (deps): bump resolvelib from 1.0.1 to 1.1.0

pip: (deps): bump resolvelib from 1.0.1 to 1.1.0 #103

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 }}