Skip to content
This repository was archived by the owner on Apr 1, 2020. It is now read-only.

Commit 5079e54

Browse files
committed
refactor: point to commitlint website
We now point "target_url" to commitlint's website instead of the GitHub repo
1 parent 968edb5 commit 5079e54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/lint.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const commitlint = async ({ github, payload }) => {
1919
repo: name,
2020
owner: owner.login,
2121
context: 'commitlint-bot',
22-
target_url: 'http://npm.im/@commitlint/config-angular#problems'
22+
target_url: 'http://marionebl.github.io/commitlint/#/reference-rules'
2323
}
2424

2525
// Pending

test/bot.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const baseStatus = {
1313
repo: 'repo',
1414
owner: 'user',
1515
context: 'commitlint-bot',
16-
target_url: 'http://npm.im/@commitlint/config-angular#problems'
16+
target_url: 'http://marionebl.github.io/commitlint/#/reference-rules'
1717
}
1818

1919
describe('commitlint-bot', () => {

0 commit comments

Comments
 (0)