mechiru/chatwork-actions
This GitHub Action sends a message to Chatwork when an issue, comment or pull request is created or edited.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| roomId | Chatroom ID, where the message was sent | yes | — |
| token | Chatwork API token | yes | — |
| mapping | Mapping between github username and chatwork user(s) | — | {} |
| mappingFile | File path mapping github username and chatwork user(s) | — | "" |
| context | GitHub context | yes | ${{ toJson(github) }} |
| ignoreBody | Whether to send the github issue body or issue comments into the body of the chatwork message | — | false |
| skipSendingMessage | Do not send message if github user is not found | — | false |
Outputs
| name | description |
|---|---|
| messageId | Message ID generated by chatwork server |