Aller au contenu principal

Issue limit api mutations count input

Input

Name: issue-limit-api-mutations-count
Type: number
Default value: -1 (unlimited)

Description

This input will let you define a limit count of issues API mutations (add, edit, delete) calls performed during the processing.
If the limit is reached, the ongoing processed issue will finish it's processing then all other issues will be ignored.
This can be useful when you want to play it safe with this action.
This can be also very useful if you have a lot of issues to process, and you want to limit the quotas of your associated GitHub token.

info

When the value is below 0, the input will have no effect.

Example

# ...
name: Stale
id: stale
uses: sonia-corporation/stale@latest
with:
issue-limit-api-mutations-count: 100