Add new option to actions.yml
This commit is contained in:
parent
c9c0453c5e
commit
543406b451
|
@ -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.'
|
||||
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'
|
||||
required: false
|
||||
outputs:
|
||||
closed-issues-prs:
|
||||
description: 'List of all closed issues and pull requests.'
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue