Skip to content

Commit 3fa5f06

Browse files
authored
feat: support editing commit message (#27)
* feat: support editing commit message * test * update * change * upd examples * discourage editing while pending, due to race cons * wait for base completed * address
1 parent 387fb46 commit 3fa5f06

20 files changed

+344
-146
lines changed

.github/workflows/test.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: test
2+
3+
on: push
4+
5+
jobs:
6+
test:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v4
10+
- name: Setup Node
11+
uses: actions/setup-node@v4
12+
with:
13+
node-version: "22"
14+
- name: Install dependencies
15+
run: npm install
16+
- name: Run tests
17+
run: npm run test

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/merge.js

Lines changed: 81 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)