Pull request processing input
Input
Name: pull-request-processing
Type: boolean
Default value: true
Description
This input will let you enable or disable the processing of all the pull requests.
This can be useful only if you do not intend to use this action to process the pull requests to avoid calling the GitHub API and consuming your quotas for nothing.
Example
# ...
name: Stale
id: stale
uses: sonia-corporation/stale@latest
with:
pull-request-processing: false