There was an error while loading. Please reload this page.
1 parent 80b6080 commit 026ce80Copy full SHA for 026ce80
.github/workflows/stale.yml
@@ -7,6 +7,8 @@ on:
7
8
jobs:
9
close-issues-and-pull-requests:
10
+ # Prevents triggering on forks or other repos
11
+ if: github.repository == 'vllm-project/vllm'
12
permissions:
13
issues: write
14
pull-requests: write
0 commit comments