From 99b6c709598e2b0d0841cd037aaf1ba07a4410bd Mon Sep 17 00:00:00 2001 From: JoannaaKL Date: Mon, 12 Sep 2022 17:39:44 +0200 Subject: [PATCH] Add include-only-assigned to the action.yml (#824) --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index a8270218b..ded635269 100644 --- a/action.yml +++ b/action.yml @@ -196,6 +196,10 @@ inputs: description: 'Any update (update/comment) can reset the stale idle time on the pull requests. Override "ignore-updates" option regarding only the pull requests.' default: '' required: false + include-only-assigned: + description: 'Only the issues or the pull requests with an assignee will be marked as stale automatically.' + default: 'false' + required: false outputs: closed-issues-prs: description: 'List of all closed issues and pull requests.'