Skip to content

fix(template): skip labeler for fork PRs #3

fix(template): skip labeler for fork PRs

fix(template): skip labeler for fork PRs #3

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@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/labeler.yml