kedacore/keda

Add a comment once e2e finishes

Open

#5,308 opened on Dec 21, 2023

 (13 comments) (0 reactions) (0 assignees)Go (1,457 forks)auto 404
feature-requesthelp wantedstale-bot-ignoretesting

Repository metrics

Stars
 (10,372 stars)
PR merge metrics
 (PR metrics pending)

Description

Proposal

In order to be able to tell which e2e test run has passed, we should generate a new comment instead of just adding an emoji to the original comment (the one with /run-e2e command). The new comment should quote the original comment so we have a reference.

The benefit is, that we get a notification that e2e test run has finished, so we can check the results.

Old Proposal (we don't want to go this direction)

In order to be able to tell which PR is ready for final review/merge, it would be nice if a label (eg e2e-passed) could be added to the PR.

If the there are additional commits/pushes to the PR, the label should be automatically removed.

Contributor guide