cadair/Matrix Notify
Send a matrix notification
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| matrix_token | Access token for Matrix bot account | yes | — |
| github_token | The GitHub token for accessing workflow info | yes | — |
| roomid | Matrix room ID to send message to (default is SunPy Development room) | yes | — |
| homeserver | Matrix homeserver | no | https://matrix.org |
| ignore_pattern | A regex to apply to reaction names to ignore certain jobs. | no | "" |
| summarise_success | Only send a single summary reaction for all jobs which succeed. | no | false |
| workflow_description | A custom string to add to the message describing this workflow. | no | "" |
Outputs
| name | description |
|---|---|
| eventid | The matrix event ID of the sent message. |