Commit 7ac4444
committed
fix: Restrict PR comment action to main repository only
Add repository check to prevent permission errors when the workflow
runs on forked repositories. The comment action will now only execute
when triggered from the main vllm-project/aibrix repository.
This prevents "Resource not accessible by integration" errors for
fork-based pull requests while maintaining functionality for main
repository PRs.
Signed-off-by: ae86zhizhi <550149470@qq.com>1 parent 3f42227 commit 7ac4444
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
375 | | - | |
| 375 | + | |
376 | 376 | | |
377 | 377 | | |
378 | 378 | | |
| |||
0 commit comments