We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7df0f1b commit 7ff563aCopy full SHA for 7ff563a
1 file changed
.github/workflows/test.yml
@@ -143,7 +143,7 @@ jobs:
143
accessToken: ${{ secrets.GITHUB_TOKEN }}
144
error: Commit message has no or incorrectly formatted signed-off-by line
145
- name: Check commit messages - Line length
146
- if: github.event_name != 'schedule'
+ if: github.event_name == 'pull_request'
147
uses: gsactions/commit-message-checker@v2
148
with:
149
pattern: '^.{1,80}\n\n(.{0,80}\n)*.{0,80}$'
0 commit comments