cc-oci-runtime
cc-oci-runtime copied to clipboard
ci: Implement a re-test with a word on a commit message over a PR
Currently there is no way to lauch a test or re-test over a PR, would be good to have a "key" to trigger a re-test with a commit message.
+1. Maybe a special comment like request-qa-retest.
Considerations:
- ignore if a test is already in progress for the PR.
- only honour request:
- if PR is
open. - if PR has already been tested and failed.
- if commenter is a member of the
01orgteam [*].
- if PR is
[*] - in fact, we could confine this to Gatekeepers only?