int128/issues-action

Bulk operation of issues or pull requests, such as posting a comment, adding or removing labels, or updating issue body

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jul 10, 2026
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: int128/issues-action@3fc96198271ad7a18592f3824209139f0c29bb07 # v2.62.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
issue-numbersa number of issue or pull request, or an array of numbers of issues or pull requests in JSON formatno
contextinfer an issue or pull request(s) from the contextyesfalse
dry-runIf true, run the action without making any changesnofalse
add-labelslabel name(s) to add to issues or pull requests, in multi-line formatno
remove-labelslabel name(s) to remove from issues or pull requests, in multi-line formatno
post-commentcomment body to create into issues or pull requestsno
append-or-update-bodyupdate body of issues or pull requestsno
tokena token for GitHub APIyes${{ github.token }}

no outputs