Skip to content

chore(deps): update codecov/codecov-action action to v6 #710

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

chore(deps): update codecov/codecov-action action to v6 #710

Workflow file for this run

name: "Pull Request Labeler"
on:
pull_request_target:
jobs:
triage:
runs-on: ubuntu-slim
timeout-minutes: 5
permissions: {}
steps:
# https://github.com/peaceiris/actions-github-app-token
- uses: peaceiris/actions-github-app-token@652b86006ad2c113bdd5c478c9a98f359829847b # v1.1.6
id: app
with:
app_id: ${{ secrets.GH_APP_ID }}
private_key: ${{ secrets.GH_APP_PRIVATE_KEY }}
# https://github.com/actions/labeler
- uses: actions/labeler@f27b608878404679385c85cfa523b85ccb86e213 # v6.1.0
with:
repo-token: "${{ steps.app.outputs.token }}"