fix: 修复 pr-review.yml paths 配置错误

This commit is contained in:
adminlove520
2026-03-19 23:28:32 +08:00
parent cc691b9fca
commit 0b8ecd0664

View File

@@ -6,16 +6,6 @@ name: PR Review
on:
pull_request_target:
types: [opened, synchronize, reopened]
paths:
- '**.py'
- '**.md'
- 'README.md'
- 'requirements.txt'
- 'pyproject.toml'
- 'setup.cfg'
- '.github/workflows/**'
- '.github/scripts/**'
# 支持手动触发(用于重新审查)
workflow_dispatch:
# 限制并发,避免同一 PR 多次触发时重复评论