Skip to content

Bump github.com/mattn/go-sqlite3 from 1.14.21 to 1.14.22 in /sqlite3 #491

Bump github.com/mattn/go-sqlite3 from 1.14.21 to 1.14.22 in /sqlite3

Bump github.com/mattn/go-sqlite3 from 1.14.21 to 1.14.22 in /sqlite3 #491

Workflow file for this run

name: Auto labeler
on:
issues:
types: [ opened, edited, milestoned ]
pull_request_target:
types: [ opened ]
permissions:
contents: read
issues: write
pull-requests: write
statuses: write
checks: write
jobs:
labeler:
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- name: Check Labels
id: labeler
uses: fuxingloh/multi-labeler@v2
with:
github-token: ${{secrets.GITHUB_TOKEN}}