tagthai-actions/Lark Notification For Frontend
Send a Lark card notification depending on the card_type
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| card_type | Mode of notification for Lark card builder. Available options: - develop: Use in DEV environment. Show commit messages from recent pushes. - default: Use in UAT/PRD pipelines. Read from a static CSV for service names and versions. - matrix: Use in UAT/PRD pipelines (with matrix strategy). Supports dynamic module CSVs per module. | yes | — |
| env | e.g. DEV, UAT, PRD | yes | — |
| service_name | e.g. github.event.repository.name | yes | — |
| actor | e.g. github.actor | yes | — |
| repository | e.g. github.repository | yes | — |
| tag | develop use github.ref, default & matrix use github.event.inputs.tag | yes | — |
| webhook_token | lark webhook token | yes | — |
| commit_messages | (require for develop) e.g. toJson(github.event.commits) | no | — |
| helm_chart_file_name | (require for default) e.g. helm-chart/release_control_content.csv | no | — |
Outputs
no outputs