From 80962c10629c756210ef6e9038f93a2a965601e5 Mon Sep 17 00:00:00 2001 From: JoannaaKL Date: Mon, 12 Sep 2022 14:41:28 +0200 Subject: [PATCH] Update README.md (#821) * Update README.md * Update README.md Co-authored-by: Tatyana Kostromskaya <32135588+takost@users.noreply.github.com> Co-authored-by: Tatyana Kostromskaya <32135588+takost@users.noreply.github.com> --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 8a65a5a1..acf419b8 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,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 | | +| [include-only-assigned](#include-only-assigned) | Process only assigned issues | `false` | ### List of output options @@ -517,6 +518,12 @@ Useful to override [ignore-updates](#ignore-updates) but only to ignore the upda 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. + +Default value: `false` + ### Usage See also [action.yml](./action.yml) for a comprehensive list of all the options.