Skip to content

Commit a83b8b1

Browse files
committed
add helper
1 parent 84de5fd commit a83b8b1

File tree

12 files changed

+31689
-3298
lines changed

12 files changed

+31689
-3298
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Create Batched Commit Message
2+
3+
on:
4+
push:
5+
branches: [batched-commits]
6+
7+
jobs:
8+
test:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Checkout
12+
uses: actions/checkout@v4
13+
14+
- uses: ./
15+
with:
16+
helper: create-batched-commit-message

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

0 commit comments

Comments
 (0)