From ce3479b73f9f49a53ac4dd1d76b270cb64f47261 Mon Sep 17 00:00:00 2001 From: panticmilos Date: Mon, 20 Mar 2023 11:10:49 +0000 Subject: [PATCH] Update action.yaml descriptions --- action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index da085f085..251c93925 100644 --- a/action.yml +++ b/action.yml @@ -177,15 +177,15 @@ inputs: default: 'true' required: false labels-to-add-when-unstale: - description: 'A comma delimited list of labels to remove when an issue or pull request becomes stale.' + description: 'A comma delimited list of labels to add when an issue or pull request becomes unstale.' default: '' required: false labels-to-remove-when-stale: - description: 'A comma delimited list of labels to remove when a issue or pull request receives activity and has the stale-issue-label or stale-pr-label added to it.' + description: 'A comma delimited list of labels to remove when an issue or pull request becomes stale.' default: '' required: false labels-to-remove-when-unstale: - description: 'A comma delimited list of labels to remove when a stale issue or pull request receives activity and has the stale-issue-label or stale-pr-label removed from it.' + description: 'A comma delimited list of labels to remove when an issue or pull request becomes unstale.' default: '' required: false ignore-updates: