Skip to content

Commit 2e83314

Browse files
committed
update README
1 parent d315f0d commit 2e83314

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,19 @@ concurrency:
2121
cancel-in-progress: true
2222

2323
jobs:
24-
test-action:
25-
name: GitHub Actions Test
24+
recommend-mobpro:
2625
runs-on: ubuntu-latest
2726
permissions:
2827
pull-requests: write
29-
if: github.event_name != 'issue_comment' || github.event.issue.pull_request
3028
steps:
31-
- name: Checkout
32-
id: checkout
33-
uses: actions/checkout@v4
34-
- uses: tnyo43/recommend-mobpro-action
29+
- uses: tnyo43/recommend-mobpro-action@v1
3530
with:
36-
threshold: 4 # customize this value as you like
31+
threshold: 15 # customize this value as you like
3732
```
3833
3934
## options
4035
4136
### threshold
4237
4338
A threshold at which a message is sent when the number of comments exceeds this.
44-
The default value is `25`.
39+
(default: `25`)

docs/assets/sample.png

-4.04 KB
Loading

0 commit comments

Comments
 (0)