Skip to content

Weeks 3-7: Query service extraction, performance profiling, driver ecosystem audit, driver migrations (2/8 complete), and AI work assignment plan #399

Weeks 3-7: Query service extraction, performance profiling, driver ecosystem audit, driver migrations (2/8 complete), and AI work assignment plan

Weeks 3-7: Query service extraction, performance profiling, driver ecosystem audit, driver migrations (2/8 complete), and AI work assignment plan #399

Workflow file for this run

name: "Pull Request Labeler"
on:
pull_request:
types: [opened, synchronize, reopened]
permissions:
contents: read
pull-requests: write
jobs:
labeler:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Run Labeler
uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler.yml