Skip to content

Bump codecov/codecov-action from 5.3.1 to 5.4.0 #473

Bump codecov/codecov-action from 5.3.1 to 5.4.0

Bump codecov/codecov-action from 5.3.1 to 5.4.0 #473

Workflow file for this run

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