Skip to content

Bump @types/node from 22.5.4 to 22.5.5 #1552

Bump @types/node from 22.5.4 to 22.5.5

Bump @types/node from 22.5.4 to 22.5.5 #1552

name: Auto approve release PRs
on:
pull_request:
types: [labeled]
jobs:
auto-approve:
if: |
github.actor == 'Automator77' &&
github.event.label.name == 'automated pr'
runs-on: ubuntu-latest
steps:
- uses: hmarr/auto-approve-action@v4
with:
github-token: ${{ secrets.APPROVE_TOKEN }}