mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-10 03:05:02 +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:
|
jobs:
|
||||||
close-issues-and-pull-requests:
|
close-issues-and-pull-requests:
|
||||||
|
# Prevents triggering on forks or other repos
|
||||||
|
if: github.repository == 'vllm-project/vllm'
|
||||||
permissions:
|
permissions:
|
||||||
issues: write
|
issues: write
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user