Skip to content

Skip labeler job if fork #30

Skip labeler job if fork

Skip labeler job if fork #30

Workflow file for this run

name: Labels
on: pull_request
jobs:
triage:
if: github.event.pull_request.head.repo.fork == false # Skip this job if fork
timeout-minutes: 5
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/labeler@v5
with:
sync-labels: true