Skip to content

chore(deps-dev): bump @biomejs/biome from 2.5.13 to 2.5.14 #253

chore(deps-dev): bump @biomejs/biome from 2.5.13 to 2.5.14

chore(deps-dev): bump @biomejs/biome from 2.5.13 to 2.5.14 #253

Workflow file for this run

name: Auto approve

Check warning on line 1 in .github/workflows/auto-approve.yml

View workflow run for this annotation

GitHub Actions / Auto approve

Workflow execution policy warning (evaluate mode)

On November 2, 2026, GitHub will restrict `pull_request_target` on public repositories by default. To continue allowing the event trigger, configure an Actions policy. Learn more: https://gh.io/securely-using-pull_request_target#default-policy-for-pull_request_target
on: pull_request_target
jobs:
build:
runs-on: ubuntu-latest
permissions:
pull-requests: write
if: "github.actor == 'scriptsbot' && contains(github.event.pull_request.title, 'chore(master): release')"
steps:
- uses: hmarr/auto-approve-action@v3