Skip to content

Bump @typescript-eslint/parser from 6.4.0 to 6.4.1 #767

Bump @typescript-eslint/parser from 6.4.0 to 6.4.1

Bump @typescript-eslint/parser from 6.4.0 to 6.4.1 #767

Workflow file for this run

name: ✅ Automatically approve pull request
on:
pull_request:
branches:
- development
- production
jobs:
auto-approve:
runs-on: ubuntu-latest
steps:
- name: ✅ Automatically approve
uses: hmarr/auto-approve-action@v2.0.0
if: github.actor == 'github-actions[bot]' || github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"