You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: action.yml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -196,6 +196,10 @@ inputs:
196
196
description: 'Any update (update/comment) can reset the stale idle time on the pull requests. Override "ignore-updates" option regarding only the pull requests.'
197
197
default: ''
198
198
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
199
203
outputs:
200
204
closed-issues-prs:
201
205
description: 'List of all closed issues and pull requests.'
0 commit comments