From a1e74b09b6afbfa400a0e29a3b0cea2e708eda1d Mon Sep 17 00:00:00 2001 From: Takeshi Yoneda Date: Mon, 3 Feb 2025 09:57:23 -0800 Subject: [PATCH] good catch arron Signed-off-by: Takeshi Yoneda --- .github/workflows/pr_style_check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_style_check.yaml b/.github/workflows/pr_style_check.yaml index 15319dae5..ec0deb2b3 100644 --- a/.github/workflows/pr_style_check.yaml +++ b/.github/workflows/pr_style_check.yaml @@ -75,7 +75,7 @@ jobs: env: # Do not use ${{ github.event.pull_request.title }} directly in run command. TITLE: ${{ github.event.pull_request.title }} - # We want to make sure that each commit "subject" is under 60 characters not to + # We want to make sure that each commit "subject" is <=60 characters not to # be truncated in the git log as well as in the GitHub UI. # https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/submitting-patches.rst?id=bc7938deaca7f474918c41a0372a410049bd4e13#n664 run: |