Skip to content

build(deps-dev): bump @commitlint/cli from 18.1.0 to 18.2.0 #387

build(deps-dev): bump @commitlint/cli from 18.1.0 to 18.2.0

build(deps-dev): bump @commitlint/cli from 18.1.0 to 18.2.0 #387

Workflow file for this run

name: Auto Approve
on: [push, pull_request_target]
jobs:
auto-approve:
if: github.event_name == 'pull_request_target'
runs-on: ubuntu-latest
steps:
- name: Approve Dependabot PR
if: github.actor == 'dependabot[bot]'
run: gh pr review --approve $PR_URL
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ github.token }}
# https://github.com/hmarr/auto-approve-action
- name: Auto Approve
uses: hmarr/auto-approve-action@v3
if: github.actor == 'dependabot[bot]'
with:
github-token: ${{ github.token }}