File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ Every argument is optional.
82
82
| [ignore-updates](#ignore-updates) | Any update (update/comment) can reset the stale idle time on the issues/PRs | `false` |
83
83
| [ignore-issue-updates](#ignore-issue-updates) | Override [ignore-updates](#ignore-updates) for issues only | |
84
84
| [ignore-pr-updates](#ignore-pr-updates) | Override [ignore-updates](#ignore-updates) for PRs only | |
85
+ | [include-only-assigned](#include-only-assigned) | Process only assigned issues | `false` |
85
86
86
87
# ## List of output options
87
88
@@ -517,6 +518,12 @@ Useful to override [ignore-updates](#ignore-updates) but only to ignore the upda
517
518
518
519
Default value : unset
519
520
521
+ # ### include-only-assigned
522
+
523
+ If set to `true`, only the issues or the pull requests with an assignee will be marked as stale automatically.
524
+
525
+ Default value : ` false`
526
+
520
527
# ## Usage
521
528
522
529
See also [action.yml](./action.yml) for a comprehensive list of all the options.
You can’t perform that action at this time.
0 commit comments