Skip to content

Commit 35b3695

Browse files
author
GitHub Actions
committed
Regenerate static files
1 parent 52ecc65 commit 35b3695

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/shared-ext-commit-check-workflow.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
- name: Check PR commit messages don't start with 'DONOTMERGE'
3131
run: "[ $(git log --grep '^DONOTMERGE' | wc -c) -eq 0 ]"
3232

33+
- name: Check PR commit messages don't start with 'DNM'
34+
run: "[ $(git log --grep '^DNM' | wc -c) -eq 0 ]"
35+
3336
- name: Check PR commit messages don't start with 'WIP'
3437
run: "[ $(git log --grep '^WIP' | wc -c) -eq 0 ]"
3538

0 commit comments

Comments
 (0)