Update README

This commit is contained in:
Mateusz Gorzeliński 2023-07-05 15:26:46 +02:00
parent 409ad43575
commit 889bcf644c

View File

@ -86,6 +86,7 @@ Every argument is optional.
| [ignore-updates](#ignore-updates) | Any update (update/comment) can reset the stale idle time on the issues/PRs | `false` |
| [ignore-issue-updates](#ignore-issue-updates) | Override [ignore-updates](#ignore-updates) for issues only | |
| [ignore-pr-updates](#ignore-pr-updates) | Override [ignore-updates](#ignore-updates) for PRs only | |
| [ignore-reactions](#ignore-reactions) | Any reaction can reset the stale idle time on the issues/PRs | |
| [include-only-assigned](#include-only-assigned) | Process only assigned issues | `false` |
### List of output options
@ -531,6 +532,12 @@ Useful to override [ignore-updates](#ignore-updates) but only to ignore the upda
Default value: unset
#### ignore-reactions
If set to `false`, any reaction to an issue will be considered an update.
Default value: unset
#### include-only-assigned
If set to `true`, only the issues or the pull requests with an assignee will be marked as stale automatically.