mirror of
https://github.com/mshick/add-pr-comment.git
synced 2026-01-01 06:29:49 +11:00
docs: add note about default behavior for allow-repeats
This commit is contained in:
parent
76803ee343
commit
dd915277b4
1 changed files with 2 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
🌏
|
||||
!
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
allow-repeats: false
|
||||
allow-repeats: false # This is the default
|
||||
```
|
||||
|
||||
You can even use it on PR Issues that are related to PRs that were merged into master, for example:
|
||||
|
|
@ -39,6 +39,7 @@ jobs:
|
|||
message: |
|
||||
**Hello MASTER**
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
allow-repeats: true
|
||||
```
|
||||
|
||||
## Features
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue