[CI] Prevents triggering of an inactive issue/PR check for forked repository. (#29654)

Signed-off-by: Shiming Zhang <wzshiming@hotmail.com>
This commit is contained in:
Shiming Zhang 2025-12-08 18:29:14 +08:00 committed by GitHub
parent 9e77ffca3f
commit 408cf42f67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,6 +7,8 @@ on:
jobs:
close-issues-and-pull-requests:
# Prevents triggering on forks or other repos
if: github.repository == 'vllm-project/vllm'
permissions:
issues: write
pull-requests: write