Skip to content

Commit

Permalink
Update action.yaml descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
panticmilos committed Mar 20, 2023
1 parent 2767fd7 commit ce3479b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Expand Up @@ -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:
Expand Down

0 comments on commit ce3479b

Please sign in to comment.