int128/label-action
General-purpose action for issue labels
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 10, 2026
- License
- Apache 2.0
Pinned Snippet
uses: int128/label-action@5675a583530ea8a14da323ef2510dd70cef48ef3 # v1.36.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| issue-number | The number of issue or pull request. Default to the current issue or pull request. | no | — |
| add-labels | List of labels to add (multiline) | no | — |
| remove-labels | List of labels to remove (multiline) | no | — |
| match-labels | List of patterns to match (multiline) | no | — |
| token | GitHub token | yes | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| added-labels | The labels added (multiline) |
| added-count | The number of labels added |
| added | If the labels were added, true. Otherwise, false. |
| removed-labels | The labels removed (multiline) |
| removed-count | The number of labels removed |
| removed | If the labels were removed, true. Otherwise, false. |
| matched-labels | The labels matched (multiline) |
| matched-count | The number of labels matched |
| matched | If the labels were matched, true. Otherwise, false. |