Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Bump convert-csv-to-json from 2.34.0 to 2.37.0 #238

Bump convert-csv-to-json from 2.34.0 to 2.37.0

Bump convert-csv-to-json from 2.34.0 to 2.37.0 #238

Workflow file for this run

name: Auto-merge
on: [pull_request]
jobs:
auto-merge:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Squash and merge minor updates
uses: fastify/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
merge-method: squash
target: minor