Skip to content

chore(deps-dev): bump @commitlint/cli from 17.7.0 to 17.7.1 #1367

chore(deps-dev): bump @commitlint/cli from 17.7.0 to 17.7.1

chore(deps-dev): bump @commitlint/cli from 17.7.0 to 17.7.1 #1367

Workflow file for this run

name: Auto approve
on: pull_request_target
permissions:
pull-requests: write
jobs:
auto-approve:
runs-on: ubuntu-latest
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' }}
steps:
- uses: hmarr/auto-approve-action@v3
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'