Actions
action #153466
closedNotification if one of the queries on https://os-autoinst.github.io/qa-tools-backlog-assistant/ is red, e.g. write email to our Slack or o3-admins from backlogger size:M
Start date:
Due date:
2024-02-03
% Done:
0%
Estimated time:
Tags:
Description
Motivation¶
Acceptance criteria¶
- AC1: We receive a notification if one of the queries on https://os-autoinst.github.io/qa-tools-backlog-assistant/ is red
Suggestions¶
- Use spike solution from #137828 and draft PR into our backlog-assistant how the react on exit code is supposed to work
- Note: Emails from outside SUSE aren't delivered to our internal Slack
- Use a Workflow based on a webhook - this was introduced with the "new" workflows which have different triggers, so we could have a URL that produces a message, and has variables as well e.g.
curl -H "Content-Type: application/json" -d '{"query":"Untriaged QA"}'
. Or read about Slack bot accounts and push to custom URL. Also see https://api.slack.com/messaging/webhooks - Example SCCBot Messaging: https://gitlab.suse.de/scc/infrastructure/happy-customer-deploy/-/blob/master/gitlab-ci/pipeline-environments-template.yml?ref_type=heads#L36-48
Out of scope¶
- Nice rendering of URL previews
Actions