diff --git a/.github/workflows/pronto.yml b/.github/workflows/pronto.yml index e99175ac1..76d851cdc 100644 --- a/.github/workflows/pronto.yml +++ b/.github/workflows/pronto.yml @@ -4,7 +4,7 @@ on: [pull_request] jobs: pronto: runs-on: ubuntu-latest - if: github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name && github.actor != 'dependabot' + if: github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name && github.actor != 'dependabot[bot]' steps: - name: Checkout code uses: actions/checkout@v4