Skip to content

Commit

Permalink
Add include-only-assigned to the action.yml (#824)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoannaaKL committed Sep 12, 2022
1 parent 8e8a0e6 commit 99b6c70
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Expand Up @@ -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.'
Expand Down

0 comments on commit 99b6c70

Please sign in to comment.