actions-marketplace-validations/Issue Labeled Ping
Notify a specified user when a specific label is applied
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The GitHub token needed to authenticate, must have write permessions for issues | yes | — |
| user | The user to notify | yes | — |
| label | The label to monitor | yes | — |
| message | The message to write; {user} and {label} will be populated with the above fields, with {user} tagging the specified user. If the message does not include {user}, then '{user} - ' will be included at the start of the message. | — | {user} - "{label}" label was applied. |
| assign-to-user | Assign the issue to the requested user as well. Can be either "true" or "false" (default is false). | — | false |
Outputs
no outputs