From 889bcf644c6563199548a975e572ed5781207624 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gorzeli=C5=84ski?= Date: Wed, 5 Jul 2023 15:26:46 +0200 Subject: [PATCH] Update README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 900a2d35..66ffec27 100644 --- a/README.md +++ b/README.md @@ -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.