Skip to content

chore(deps): bump prettier from 3.1.1 to 3.2.5 #54

chore(deps): bump prettier from 3.1.1 to 3.2.5

chore(deps): bump prettier from 3.1.1 to 3.2.5 #54

Workflow file for this run

name: Dependabot Auto-Approve
on: pull_request
permissions:
pull-requests: write
jobs:
auto-approve:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- id: metadata
name: Dependabot Fetch Metadata
uses: dependabot/fetch-metadata@5e5f99653a5b510e8555840e80cbf1514ad4af38 # v2.1.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Dependabot Approve PR
run: gh pr review --approve "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}