Github actions went live there have been some reported . am looking into them. Here are the issues compiled below.
1) Some PR's are stuck and don't run github actions. They are two reasons for these one they are not rebased with giithub workflow changes. They are markdown only changes in the pr this is an unexpected issue as I excluded documentation only changes . This conflicts with required rule to have a result from the job . The fix is simple rebase old pr's and remove the documentation filter. 2) License check job always fails There is simple reason for this maven has been upgraded to 3.6.2 in the base image , license check is know to fail for that version I have build custom github action task to downgrade the maven version. Here is the pr https://github.com/apache/pulsar/pull/5874 3) General test stability Nothing specific to github actions we can fine tune the test groups further to optimize runs.