apache/lucene

action failures sent to builds@lucene.apache.org

Open

#14 687 ouverte le 19 mai 2025

Voir sur GitHub
 (4 commentaires) (1 réaction) (0 assignés)Java (879 forks)batch import
good first issuetype:enhancement

Métriques du dépôt

Stars
 (2 179 stars)
Métriques de merge PR
 (Merge moyen 7j 11h) (109 PRs mergées en 30 j)

Description

Description

Some actions that run against main, e.g. on every push, nightly release smoketest and other maintenance tasks. It would be nice if failures were sent to builds@ mailing list.

Currently the notifications are only sent to individuals? My concern is that only those individuals are seeing the issues and debugging them. If we sent the failures to the builds@ list, we could share the love.

https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/monitoring-workflows/notifications-for-workflow-runs

I'm not sure if something like actions/send-email is needed for this, but it is one idea.

Guide contributeur