Ignore all pull request projects input
Input
Name: pull-request-ignore-all-projects
Type: boolean
Default value: false
Description
This input will let you ignore the processing of the pull requests which have at least one project.
This can be useful when you link your pull requests with your projects, and you know that you will for sure close or at least process the pull requests very soon.
However, if you are not certain that linking the pull requests with any project will result in the handling for sure of the processing of the pull requests, this input may not suit you.
You may prefer to use instead the ignore any projects input to list only some specific projects or not use this input at all.
Example
# ...
name: Stale
id: stale
uses: sonia-corporation/stale@latest
with:
pull-request-ignore-all-projects: true