Issue only any assignees input
Input
Name: issue-only-any-assignees
Type: string[]
Default value: []
Description
This input will let you process only the issues that are linked to an assignee which is white-listed with this input.
This can be useful when you use the assignees for triage.
Example
# ...
name: Stale
id: stale
uses: sonia-corporation/stale@latest
with:
issue-only-any-assignees: |
C0ZEN
maintainers