Skip to content

chore(deps-dev): bump commitlint from 18.4.3 to 19.0.3 #231

chore(deps-dev): bump commitlint from 18.4.3 to 19.0.3

chore(deps-dev): bump commitlint from 18.4.3 to 19.0.3 #231

name: Dependabot auto-approve
on: pull_request
permissions:
pull-requests: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Approve a PR
run: gh pr review --approve "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}