We are using pytest-github-actions-annotate-failures + pytest-rerunfailures with one additional rerun for our e2e tests in https://github.com/streamlit/streamlit. With pytest-github-actions-annotate-failures==0.3.0, annotations are also added for failed tests in the first run. With pytest-github-actions-annotate-failures==0.4.0, the behaviour seems to have changed to only annotate the final test failure. Is this expected?