mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-08 22:05:38 +08:00
[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:
parent
9e77ffca3f
commit
408cf42f67
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user