Skip to content

Bump del from 3.0.0 to 8.0.0 #121

Bump del from 3.0.0 to 8.0.0

Bump del from 3.0.0 to 8.0.0 #121

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