From efcf289b61cacf79c2dba7fd392bb82d97a855d9 Mon Sep 17 00:00:00 2001 From: SherkeyXD <253294679@qq.com> Date: Tue, 12 Dec 2023 14:13:55 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E5=8D=95=E6=AC=A1=E6=9C=80=E5=A4=9A?= =?UTF-8?q?=E6=A3=80=E6=9F=A5commit=E6=95=B0=E4=BB=8E30=E6=89=A9=E5=A4=A7?= =?UTF-8?q?=E5=88=B0100?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pr-checker.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-checker.yml b/.github/workflows/pr-checker.yml index bfc9550200..7d7cae2144 100644 --- a/.github/workflows/pr-checker.yml +++ b/.github/workflows/pr-checker.yml @@ -40,7 +40,8 @@ jobs: const { data: commits } = await github.rest.pulls.listCommits({ owner: context.repo.owner, repo: context.repo.repo, - pull_number: context.payload.pull_request.number + pull_number: context.payload.pull_request.number, + per_page: 100 }); const regex = /^((build|chore|ci|docs?|feat|fix|perf|refactor|rft|style|test|i18n|typo)[\:\.\(\,]|[Rr]evert|[Rr]elease)/;