Aller au contenu principal

Issue processing input

Input

Name: issue-processing
Type: boolean
Default value: true

Description

This input will let you enable or disable the processing of all the issues.
This can be useful only if you do not intend to use this action to process the issues to avoid calling the GitHub API and consuming your quotas for nothing.

Example

# ...
name: Stale
id: stale
uses: sonia-corporation/stale@latest
with:
issue-processing: false