From 265e0b82726053a244013f440e248f969aeee403 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gorzeli=C5=84ski?= Date: Thu, 13 Jul 2023 09:55:40 +0200 Subject: [PATCH] Add option to action.yml --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index 251c9392..3c6ba720 100644 --- a/action.yml +++ b/action.yml @@ -200,6 +200,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 + ignore-reactions: + description: 'Any reaction can reset the stale idle time on the issues/PRs' + 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'