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

lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-test-infra.git


The following commit(s) were added to refs/heads/master by this push:
     new 65cb627  Update README
65cb627 is described below

commit 65cb62797731f2352d24690b3f8884edb04d172a
Author: Lari Hotari <[email protected]>
AuthorDate: Tue Oct 15 19:50:01 2024 +0300

    Update README
---
 README.md | 26 ++++++++++++++++++++++----
 1 file changed, 22 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 22a67ae..e2c5e26 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,27 @@
-# Apache Pulsar Test Infrastructure
+# Apache Pulsar CI Tooling
 
-This repo is used for keeping all the scripts and github actions for running 
Pulsar test infrastructure.
+This repository contains some custom GitHub Actions used in Apache Pulsar 
GitHub Actions workflows.
+
+## GitHub Workflows in apache/pulsar using these actions
+
+- 
[pulsar-ci.yaml](https://github.com/apache/pulsar/tree/master/.github/workflows/pulsar-ci.yaml)
+- 
[pulsar-ci-flaky.yaml](https://github.com/apache/pulsar/tree/master/.github/workflows/pulsar-ci-flaky.yaml)
+- 
[ci-pulsarbot.yaml](https://github.com/apache/pulsar/tree/master/.github/workflows/ci-pulsarbot.yaml)
+- 
[ci-documentbot.yml](https://github.com/apache/pulsar/tree/master/.github/workflows/ci-documentbot.yml)
+- 
[ci-go-functions.yaml](https://github.com/apache/pulsar/tree/master/.github/workflows/ci-go-functions.yaml)
+- 
[ci-maven-cache-update.yaml](https://github.com/apache/pulsar/tree/master/.github/workflows/ci-maven-cache-update.yaml)
 
 ## Github Actions
 
-- [diff-only](diff-only/README.md) action
+These are actions that are used in the workflows above. All other actions in 
this repository are not actively used.
+
+### Custom Actions
+
+- [docbot](docbot/README.md)
 - [pulsarbot](pulsarbot/README.md)
-- [setup-maven](setup-maven/README.md)
\ No newline at end of file
+
+### Forked GitHub Actions
+
+- [gh-actions-artifact-client](gh-actions-artifact-client/README.md) forked 
from 
[lhotari/gh-actions-artifact-client](https://github.com/lhotari/gh-actions-artifact-client)
+- [paths-filter](paths-filter/README.md) forked from 
[dorny/paths-filter](https://github.com/dorny/paths-filter)
+- [action-junit-report](action-junit-report/README.md) forked from 
[mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report)

Reply via email to