Skip to content

chore: bump @ffflorian/eslint-config from 0.10.2 to 0.10.3 #34

chore: bump @ffflorian/eslint-config from 0.10.2 to 0.10.3

chore: bump @ffflorian/eslint-config from 0.10.2 to 0.10.3 #34

Workflow file for this run

name: auto-merge
on:
pull_request:
jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ahmadnassri/action-dependabot-auto-merge@v2.6.6
with:
config: .github/auto-merge.yml
command: 'squash and merge'
github-token: ${{ secrets.AUTO_MERGE_TOKEN }}