Skip to content

Enhance CI workflow with coverage reporting and update README badges #2

Enhance CI workflow with coverage reporting and update README badges

Enhance CI workflow with coverage reporting and update README badges #2

Workflow file for this run

name: PR Autolabeler
on:
pull_request_target:
types:
- opened
- reopened
- synchronize
- edited
permissions:
contents: read
pull-requests: write
jobs:
labeler:
runs-on: ubuntu-24.04
steps:
- uses: actions/labeler@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
sync-labels: true