Skip to content

fix: Present Error Handling Job #4997

fix: Present Error Handling Job

fix: Present Error Handling Job #4997

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
triage:
runs-on: self-hosted
permissions:
pull-requests: write
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"