mirror of
https://github.com/adminlove520/AI-Account-Toolkit.git
synced 2026-05-16 09:26:46 +08:00
fix: 修复 pr-review.yml paths 配置错误
This commit is contained in:
10
.github/workflows/pr-review.yml
vendored
10
.github/workflows/pr-review.yml
vendored
@@ -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 多次触发时重复评论
|
||||
|
||||
Reference in New Issue
Block a user