elastic / elastic/ai-github-actions
PR Buildkite Detective creates one github comment per build failure on a PR
Open
- Dominant language
- Python
- Stars
- 11
- Forks
- 16
- Avg merge
- 22h 9m
- Merged PRs (30d)
- 31
Description
Reduce spamming when a PR contains multiple commits and each commit failed in the CI.
By reusing the existing comment.
For instance, given https://github.com/elastic/elastic-agent/pull/14012
It contains:
- https://github.com/elastic/elastic-agent/pull/14012#issuecomment-4409368964
- https://github.com/elastic/elastic-agent/pull/14012#issuecomment-4408798141
- https://github.com/elastic/elastic-agent/pull/14012#issuecomment-4408558145
Instead one unique comment per failure, let's reuse the comments if a similar comment exists
Contributor guide
Assessment
This issue has not been assessed yet.