Skip to content

chore(deps): bump tar and npm #254

chore(deps): bump tar and npm

chore(deps): bump tar and npm #254

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