Skip to content

fix(template): labeler config format #5

fix(template): labeler config format

fix(template): labeler config format #5

Workflow file for this run

name: PR Labels
on:
pull_request:
types: [opened, edited, reopened, synchronize]
jobs:
label:
runs-on: ubuntu-latest
if: "${{ github.event.pull_request.head.repo.full_name == github.repository }}"
steps:
- name: Check out
uses: actions/checkout@v4
- name: Run labeler
uses: actions/labeler@v6
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/labeler.yml