Skip to content

Commit 419ece4

Browse files
authored
feat(create-batched-commit-message): add helper (#731)
1 parent 84de5fd commit 419ece4

File tree

15 files changed

+31745
-3300
lines changed

15 files changed

+31745
-3300
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
registry=https://registry.npmjs.org/

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ with:
4646

4747
Each of the following helpers are defined in a file of the same name in `src/helpers`:
4848

49+
### [create-batched-commit-message](.github/workflows/create-batched-commit-message.yml)
50+
51+
- Generates a combined description for multiple commits in a push event
52+
4953
### [get-email-on-user-profile](.github/workflows/get-email-on-user-profile.yml)
5054

5155
- Retrieves a user's github email with optional regex verification

bun.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"simple-git": "3.28.0",
2222
},
2323
"devDependencies": {
24+
"@octokit/webhooks-types": "7.6.1",
2425
"@swc/jest": "0.2.39",
2526
"@total-typescript/ts-reset": "0.6.1",
2627
"@types/bluebird": "3.5.42",
@@ -265,6 +266,8 @@
265266

266267
"@octokit/types": ["@octokit/[email protected]", "", { "dependencies": { "@octokit/openapi-types": "^22.2.0" } }, "sha512-HdqWTf5Z3qwDVlzCrP8UJquMwunpDiMPt5er+QjGzL4hqr/vBVY/MauQgS1xWxCDT1oMx1EULyqxncdCY/NVSQ=="],
267268

269+
"@octokit/webhooks-types": ["@octokit/[email protected]", "", {}, "sha512-S8u2cJzklBC0FgTwWVLaM8tMrDuDMVE4xiTK4EYXM9GntyvrdbSoxqDQa+Fh57CCNApyIpyeqPhhFEmHPfrXgw=="],
270+
268271
"@pkgjs/parseargs": ["@pkgjs/[email protected]", "", {}, "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg=="],
269272

270273
"@pkgr/core": ["@pkgr/[email protected]", "", {}, "sha512-YLT9Zo3oNPJoBjBc4q8G2mjU4tqIbf5CEOORbUUr48dCD9q3umJ3IPlVqOqDakPfd2HuwccBaqlGhN4Gmr5OWg=="],

0 commit comments

Comments
 (0)