mirror of
https://github.com/mshick/add-pr-comment.git
synced 2026-01-02 23:00:02 +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 }}
|
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:
|
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: |
|
message: |
|
||||||
**Hello MASTER**
|
**Hello MASTER**
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
allow-repeats: true
|
||||||
```
|
```
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue