This is an automated email from the ASF dual-hosted git repository.

davidarthur pushed a change to branch remove-merge-queue-yml
in repository https://gitbox.apache.org/repos/asf/kafka-merge-queue-sandbox.git


    from af5fd20  Merge remote-tracking branch 'origin/main' into 
remove-merge-queue-yml
     add b584676  Add missing actions and scripts (#50)
     add 59ffe55  Merge remote-tracking branch 'origin/main' into 
remove-merge-queue-yml

No new revisions were added by this update.

Summary of changes:
 .github/actions/gh-api-approve-run/action.yml      |     55 +
 .github/actions/gh-api-update-status/action.yml    |     67 +
 .github/actions/run-gradle/action.yml              |     75 +
 .github/actions/setup-gradle/action.yml            |     59 +
 .../actions/setup-python/action.yml                |     28 +-
 .github/scripts/checkstyle.py                      |     98 +
 .github/scripts/develocity_reports.py              |   1270 +
 .github/scripts/flaky_test_report.log              | 296098 ++++++++++++++++++
 .github/scripts/format-test-catalog.py             |     67 +
 .github/scripts/junit.py                           |    443 +
 .../scripts/label_small.sh                         |     17 +-
 .github/scripts/rat.py                             |     93 +
 {docker => .github/scripts}/requirements.txt       |      5 +-
 .../scripts/thread-dump.sh                         |     44 +-
 14 files changed, 298371 insertions(+), 48 deletions(-)
 create mode 100644 .github/actions/gh-api-approve-run/action.yml
 create mode 100644 .github/actions/gh-api-update-status/action.yml
 create mode 100644 .github/actions/run-gradle/action.yml
 create mode 100644 .github/actions/setup-gradle/action.yml
 copy .asf.yaml => .github/actions/setup-python/action.yml (71%)
 create mode 100644 .github/scripts/checkstyle.py
 create mode 100644 .github/scripts/develocity_reports.py
 create mode 100644 .github/scripts/flaky_test_report.log
 create mode 100644 .github/scripts/format-test-catalog.py
 create mode 100644 .github/scripts/junit.py
 copy examples/bin/exactly-once-demo.sh => .github/scripts/label_small.sh (63%)
 create mode 100644 .github/scripts/rat.py
 copy {docker => .github/scripts}/requirements.txt (94%)
 copy bin/connect-distributed.sh => .github/scripts/thread-dump.sh (55%)

Reply via email to