actions-marketplace-validations/Extract Issues
Extract issues from push commit messages and can have basic operations like: add labels, remove labels, and add comment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 14, 2022
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/zlus_action-extract-issues@0b3ee2144649cf832024a2bd60dd57033acd96c8 # no releases — HEAD as of 2026-07-14tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| match-reg | Regular extraction | — | fix:? ?#(\d+) |
| add-labels | Add labels on issue | — | — |
| remove-labels | Remove labels on issue | — | — |
| add-comment | Add comment on issue | — | — |
| fail-on-error | Whether the action fails when an error occurs in the operations. | — | false |
Outputs
| name | description |
|---|---|
| issues | The extracted issues numbers |