Skip to content

Bump codecov/codecov-action from 6.0.0 to 6.0.1 #1429

Bump codecov/codecov-action from 6.0.0 to 6.0.1

Bump codecov/codecov-action from 6.0.0 to 6.0.1 #1429

Workflow file for this run

name: "Label PRs"
on:
- pull_request_target
permissions:
contents: read
jobs:
label-pull-requests:
runs-on: ubuntu-24.04
permissions:
contents: read
issues: write
pull-requests: write
steps:
- name: Apply labels based on changed files
uses: actions/labeler@v6
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: ".github/labeler.yml"
sync-labels: true
dot: true