docs: add note about default behavior for allow-repeats

This commit is contained in:
Michael Shick 2020-05-20 18:52:13 -04:00
parent 76803ee343
commit dd915277b4
No known key found for this signature in database
GPG key ID: ADF5BC9704BB4A61

View file

@ -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