Skip to content

Commit 467137a

Browse files
committedNov 11, 2024
chore: update links/name to point to fork
1 parent 188a67a commit 467137a

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed
 

Diff for: ‎package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ‎package.json

+4-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@gsactions/commit-message-checker",
3-
"version": "3.0.0",
2+
"name": "@linkorb/commit-message-checker",
3+
"version": "1.0.0",
44
"description": "GitHub Action that checks commit messages of pushes and pull request against a regex pattern",
55
"keywords": [
66
"github",
@@ -11,10 +11,7 @@
1111
"request",
1212
"push"
1313
],
14-
"homepage": "https://github.com/GsActions/commit-message-checker#readme",
15-
"bugs": {
16-
"url": "https://github.com/GsActions/commit-message-checker/issues"
17-
},
14+
"homepage": "https://github.com/linkorb/commit-message-checker#readme",
1815
"license": "MIT",
1916
"author": "Simon Gilli <ghactions@gilbertsoft.org> (https://gilbertsoft.org)",
2017
"files": [
@@ -25,7 +22,7 @@
2522
"main": "lib/main.js",
2623
"repository": {
2724
"type": "git",
28-
"url": "https://github.com/GsActions/commit-message-checker.git"
25+
"url": "https://github.com/linkorb/commit-message-checker.git"
2926
},
3027
"scripts": {
3128
"build": "tsc",

0 commit comments

Comments
 (0)
Please sign in to comment.