Pull request only any project cards input
Input
Name: pull-request-only-any-project-cards
Type: string[]
Default value: []
Description
This input will let you process only the pull requests that are linked to a project card which is white-listed with this input.
This can be useful when you use the project cards for triage.
Example
# ...
name: Stale
id: stale
uses: sonia-corporation/stale@latest
with:
pull-request-only-any-project-cards: |
project-x
project-y