Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/auto-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

permissions:
pull-requests: write
contents: read
contents: write
checks: read

jobs:
Expand Down Expand Up @@ -277,6 +277,10 @@ jobs:
${SUMMARY}
EOF
)"

# Auto merge — review 通过,自动合并
gh pr merge "$PR_NUMBER" --squash --auto

exit 0
else
echo "PR not approved — review has issues"
Expand Down