Skip to content

Commit 83e5cbd

Browse files
committed
[CI] Prevents triggering of an inactive issue/PR check for forked repository
Signed-off-by: Shiming Zhang <[email protected]>
1 parent b34e877 commit 83e5cbd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/stale.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77

88
jobs:
99
close-issues-and-pull-requests:
10+
# Prevents triggering on forks or other repos
11+
if: github.repository == 'vllm-project/vllm'
1012
permissions:
1113
issues: write
1214
pull-requests: write

0 commit comments

Comments
 (0)