Skip to content

feat: Add MySql Binding Support V1 #67

feat: Add MySql Binding Support V1

feat: Add MySql Binding Support V1 #67

Workflow file for this run

name: "Pull Request Labeler"
on:
pull_request_target:
paths:
- '**/__init__.py'
jobs:
triage:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
# Add labels based on file changes using label.yml
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler.yml