Compare commits

...

1 Commits

Author SHA1 Message Date
JoannaaKL 206361e3f7 Add include-only-assigned to the action.yml 2022-09-12 15:35:40 +00:00
1 changed files with 4 additions and 0 deletions

View File

@ -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.' 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: '' default: ''
required: false 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: outputs:
closed-issues-prs: closed-issues-prs:
description: 'List of all closed issues and pull requests.' description: 'List of all closed issues and pull requests.'