diff --git a/.github/workflows/auto-review.yml b/.github/workflows/auto-review.yml index 7071d17..0d59e1d 100644 --- a/.github/workflows/auto-review.yml +++ b/.github/workflows/auto-review.yml @@ -2,7 +2,9 @@ name: 自动批准 PR on: pull_request: - types: [opened, reopened, synchronize, labeled] + types: + - opened + - ready_for_review jobs: auto-approve-and-merge: