We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95ae62b commit 9978791Copy full SHA for 9978791
packages/commitlint-github-e2e-tests/tests/index.test.ts
@@ -3,7 +3,7 @@ import * as shell from 'shelljs';
3
4
describe('commitlintPluginGitHubTests', () => {
5
const testCommitMessages = {
6
- singleScope: 'IB-2121: test commit message',
+ singleScope: '(#1) Test commit message.',
7
};
8
9
it('should load with success provided commitlint config', () => {
0 commit comments