Skip to content

pip: (deps): bump jsonschema-specifications from 2023.12.1 to 2024.10.1 #111

pip: (deps): bump jsonschema-specifications from 2023.12.1 to 2024.10.1

pip: (deps): bump jsonschema-specifications from 2023.12.1 to 2024.10.1 #111

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