brookenf/Backfill Issue Labels

Backfill a label to existing repository issues with rate limiting and pagination support

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
label-nameLabel name to add to issuesyes
issue-stateIssue state filter: all, open, or closednoall
label-colorColor for label if it needs to be created (hex without #)no0366d6
label-descriptionDescription for label if it needs to be createdno""
batch-sizeNumber of issues to process before pausing (rate limiting)no50
batch-delayDelay in milliseconds between batchesno2000
dry-runPreview changes without applying themnofalse
github-tokenGitHub token for API accessno${{ github.token }}
namedescription
issues-processedNumber of issues processed
issues-labeledNumber of issues successfully labeled
issues-skippedNumber of issues skipped (already had label)
issues-failedNumber of issues that failed to be labeled