fix(workflows): operations per run

This commit is contained in:
DDSRem
2026-03-20 19:13:05 +08:00
parent 0cb6cd8761
commit 8e9cf67190

View File

@@ -29,4 +29,5 @@ jobs:
days-before-pr-close: -1
# 排除带有RFC标签的issue
exempt-issue-labels: "RFC"
operations-per-run: 500
repo-token: ${{ secrets.GITHUB_TOKEN }}