Skip to content

Progress

Progress #1

Workflow file for this run

name: '🏷️ PR Labeler'

Check failure on line 1 in .github/workflows/labeler.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/labeler.yml

Invalid workflow file

(Line: 21, Col: 14): Unexpected value ''
on:
pull_request:
types: [opened, synchronize, reopened, edited]
jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v4
- name: Label PR based on title and files
uses: ./.github/actions/labeler
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# Optional: Use custom config file (default: labeler-config.yml)
# config-file: 'custom-labeler-config.yml'