ci: add condition pr labelling job for forked repo (#4934)

This commit is contained in:
Nguyen Ngoc Minh 2025-04-23 13:40:46 +07:00 committed by GitHub
parent c068b152b0
commit 8e5ce1e188
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,6 +6,7 @@ on:
- opened - opened
jobs: jobs:
label_prs: label_prs:
if: github.event.pull_request.head.repo.full_name == github.repository
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions: permissions:
pull-requests: write pull-requests: write