Skip to content

Notify the user when the file path contains leading or trailing spaces and fix the error message for invalid file names. #14134

Notify the user when the file path contains leading or trailing spaces and fix the error message for invalid file names.

Notify the user when the file path contains leading or trailing spaces and fix the error message for invalid file names. #14134

Workflow file for this run

name: labeler
on:
pull_request_target:
types: [opened, synchronize, reopened]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
labeler:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v5
with:
sync-labels: true