Skip to content

Commit 026ce80

Browse files
committed
[CI] Prevents triggering inactive issue/pr check for fork
1 parent 80b6080 commit 026ce80

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)