Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
tnyo43 committed Mar 21, 2024
1 parent d315f0d commit 2e83314
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,19 @@ concurrency:
cancel-in-progress: true

jobs:
test-action:
name: GitHub Actions Test
recommend-mobpro:
runs-on: ubuntu-latest
permissions:
pull-requests: write
if: github.event_name != 'issue_comment' || github.event.issue.pull_request
steps:
- name: Checkout
id: checkout
uses: actions/checkout@v4
- uses: tnyo43/recommend-mobpro-action
- uses: tnyo43/recommend-mobpro-action@v1
with:
threshold: 4 # customize this value as you like
threshold: 15 # customize this value as you like
```
## options
### threshold
A threshold at which a message is sent when the number of comments exceeds this.
The default value is `25`.
(default: `25`)
Binary file modified docs/assets/sample.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2e83314

Please sign in to comment.