Skip to content

Commit 99b6c70

Browse files
authored
Add include-only-assigned to the action.yml (#824)
1 parent 8e8a0e6 commit 99b6c70

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,10 @@ inputs:
196196
description: 'Any update (update/comment) can reset the stale idle time on the pull requests. Override "ignore-updates" option regarding only the pull requests.'
197197
default: ''
198198
required: false
199+
include-only-assigned:
200+
description: 'Only the issues or the pull requests with an assignee will be marked as stale automatically.'
201+
default: 'false'
202+
required: false
199203
outputs:
200204
closed-issues-prs:
201205
description: 'List of all closed issues and pull requests.'

0 commit comments

Comments
 (0)