Skip to content
This repository was archived by the owner on Jun 16, 2026. It is now read-only.

ci: bump codecov/codecov-action from 6 to 7 in the actions group across 1 directory #89

ci: bump codecov/codecov-action from 6 to 7 in the actions group across 1 directory

ci: bump codecov/codecov-action from 6 to 7 in the actions group across 1 directory #89

Workflow file for this run

name: Label PRs
on:
pull_request_target:
types: [opened, synchronize, reopened]
permissions:
contents: read
pull-requests: write
jobs:
label:
runs-on: ubuntu-latest
steps:
- name: Label PR based on changed files
uses: actions/labeler@v6
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler.yml
sync-labels: true
size-label:
runs-on: ubuntu-latest
steps:
- name: Label PR by size
uses: codetriage/size-label-action@v1.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ignored: "package-lock.json"