Aller au contenu principal

Pull request only any assignees input

Input

Name: pull-request-only-any-assignees
Type: string[]
Default value: []

Description

This input will let you process only the pull requests 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:
pull-request-only-any-assignees: |
C0ZEN
maintainers