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
8 changes: 6 additions & 2 deletions .github/workflows/commit-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ jobs:
branch: true
author-name: true
author-email: true
job-summary: true
# Only post PR comments from the ubuntu job to avoid duplicates
# Report from the ubuntu job only. Every leg checks the same commits
# against the same rules, so the other two produce a byte-identical
# report — three copies of it on the run page, and the matrix is here
# to prove the action runs on each OS, not to say the same thing
# three times.
job-summary: ${{ matrix.os == 'ubuntu-latest' }}
pr-comments: ${{ github.event_name == 'pull_request' && matrix.os == 'ubuntu-latest' }}
pr-title: true