Skip to content

build(deps-dev): bump prettier from 3.1.0 to 3.1.1 #45

build(deps-dev): bump prettier from 3.1.0 to 3.1.1

build(deps-dev): bump prettier from 3.1.0 to 3.1.1 #45

Workflow file for this run

name: Dependabot Auto Merge
on:
pull_request:
types: [labeled, edited]
jobs:
dependabot:
name: Dependabot
runs-on: ubuntu-latest
permissions: write-all
if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request'}}
steps:
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}