Skip to content

Commit

Permalink
doc: document input check-mentions
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed Nov 27, 2024
1 parent fef592f commit bd71493
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ Action currently accepts the following options:
- uses: redhat-plumbers-in-action/regression-sniffer@v1
with:
check-mentions: <boolean>
check-follow-up: <boolean>
check-revert: <boolean>
pr-metadata: <pr-metadata.json>
Expand All @@ -147,6 +148,13 @@ Action currently accepts the following options:
# ...
```

### check-mentions

Check if Pull Request has some commit mentions related to cherri-picked commits in upstream available.

* default value: `true`
* requirements: `optional`

### check-follow-up

Check if Pull Request has some follow-up commit related to cherri-picked commits in upstream available.
Expand Down

0 comments on commit bd71493

Please sign in to comment.