Pull request only with project cards input
Input
Name: pull-request-only-with-project-cards
Type: boolean
Default value: false
Description
This input will let you process only the pull requests that are linked to at least one project card.
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-with-project-cards: true