add missing inputs to action.yml closes #551 (#554)

This commit is contained in:
Marko Kungla
2021-09-14 17:13:17 +03:00
committed by GitHub
parent 2e221262b1
commit 002bc97450
4 changed files with 26 additions and 12 deletions

View File

@@ -168,6 +168,14 @@ inputs:
description: 'Display some statistics at the end regarding the stale workflow (only when the logs are enabled).'
default: 'true'
required: false
labels-to-add-when-unstale:
description: 'A comma delimited list of labels to add when a stale issue or pull request receives activity and has the stale-issue-label or stale-pr-label removed from it.'
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.'
default: ''
required: false
outputs:
closed-issues-prs:
description: 'List of all closed issues and pull requests.'