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

Bump got from 11.8.6 to 13.0.0 #162

Bump got from 11.8.6 to 13.0.0

Bump got from 11.8.6 to 13.0.0 #162

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