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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 10, 2026
- License
- Apache 2.0
Pinned Snippet
uses: int128/issues-action@3fc96198271ad7a18592f3824209139f0c29bb07 # v2.62.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| issue-numbers | a number of issue or pull request, or an array of numbers of issues or pull requests in JSON format | no | — |
| context | infer an issue or pull request(s) from the context | yes | false |
| dry-run | If true, run the action without making any changes | no | false |
| add-labels | label name(s) to add to issues or pull requests, in multi-line format | no | — |
| remove-labels | label name(s) to remove from issues or pull requests, in multi-line format | no | — |
| post-comment | comment body to create into issues or pull requests | no | — |
| append-or-update-body | update body of issues or pull requests | no | — |
| token | a token for GitHub API | yes | ${{ github.token }} |
Outputs
no outputs