Unverified Commit 408cf42f authored by Shiming Zhang's avatar Shiming Zhang Committed by GitHub
Browse files

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


Signed-off-by: default avatarShiming Zhang <wzshiming@hotmail.com>
parent 9e77ffca
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment