Skip to content

Commit 2d16a57

Browse files
committed
docs: add examples of live prs
1 parent 524a957 commit 2d16a57

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup build cache
2121
uses: actions/cache@v2
2222
with:
23-
path: ~/.npm
23+
path: '**/node_modules'
2424
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
2525
restore-keys: ${{ runner.os }}-node-
2626
- name: Install dependencies

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ Also has the ability to post a comment in the pull request conversation with exa
66

77
![image](https://user-images.githubusercontent.com/12074633/108867820-91325700-75c3-11eb-8820-4b55abe01c35.png)
88

9+
Live examples:
10+
11+
- [With pull request comment](https://github.com/jef/conventional-commits-pr-action/pull/5)
12+
- [Without pull request comment](https://github.com/jef/conventional-commits-pr-action/pull/4)
13+
914
## Usage
1015

1116
```yaml

0 commit comments

Comments
 (0)