Skip to content

chore(deps): update codecov/codecov-action action to v5 #1334

chore(deps): update codecov/codecov-action action to v5

chore(deps): update codecov/codecov-action action to v5 #1334

Workflow file for this run

name: Tests Label Commenter
on:
pull_request_target:
types: [labeled, unlabeled]
permissions:
contents: read
issues: write
pull-requests: write
jobs:
comment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
sparse-checkout: |
.github/label-commenter-config.yml
sparse-checkout-cone-mode: false
- name: Label Commenter
uses: peaceiris/[email protected]
env:
RUNNER_DEBUG: 1
with:
github_token: ${{ secrets.LABEL_COMMENTER }}