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: |