pulsar
pulsar copied to clipboard
[feat][ci] Add flaky test issues and PRs to flaky test project
Motivation
ML discussion: https://lists.apache.org/thread/q49r2blh1wmvnr0mqx2lxxkhd8c306bm
I have created a project for flaky test issues management https://github.com/apache/pulsar/projects/11 Which will help us to track the flaky test better.
Use the Github action to add the flaky test issues and PRs to the flaky test management automatically.
@codelipenghui This action continue failing in a pull: https://github.com/apache/pulsar/pull/17147 Looking at the action doc, I see
Note that this action does not support GitHub projects (classic).
And the flaky test project is classic. Should we move it to the new type of projects ?