Open
Description
As discussed on Zulip, triggering on check completion is not enough for GitHub Actions, as some projects use a separate workflow for Develocity report uploading, and that workflow does not have a corresponding check.
Currently such workflows don't trigger Develocity report uploading, leading to missing reports on PRs in particular.
We should make sure the bot handles "workflow completion" events, updating the reports on all relevant PRs when a workflow completes.
The crux of the issue will be retrieving which PRs are relevant, but we probably have already solved something similar in this codebase.
Note this is specific to GitHub Actions, and we don't have this problem on Jenkins.
Metadata
Metadata
Assignees
Labels
No labels