Skip to content

feat: MySQL2 semantic convention stability migration #127

feat: MySQL2 semantic convention stability migration

feat: MySQL2 semantic convention stability migration #127

Workflow file for this run

name: Auto Label PRs
on:
workflow_dispatch:
pull_request_target:
types: [opened, synchronize, reopened, ready_for_review]
jobs:
label:
runs-on: ubuntu-24.04
permissions:
contents: read
issues: write # required for creating labels
pull-requests: write # required for adding labels to pr
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true