Skip to content

fix(deps): update dependency change-case to v5 #721

fix(deps): update dependency change-case to v5

fix(deps): update dependency change-case to v5 #721

Workflow file for this run

name: Bots
on:
pull_request_target:
types: [opened]
jobs:
auto-approve:
name: Auto Approve
runs-on: ubuntu-latest
if: github.actor == 'renovate[bot]'
steps:
- uses: actions/checkout@v3
- uses: hmarr/auto-approve-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}