Skip to content

Bump github.com/go-sql-driver/mysql from 1.7.1 to 1.8.0 #1

Bump github.com/go-sql-driver/mysql from 1.7.1 to 1.8.0

Bump github.com/go-sql-driver/mysql from 1.7.1 to 1.8.0 #1

Workflow file for this run

name: Labeler
on: [pull_request_target]
jobs:
label:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"