Skip to content

Commit 0ab2bb6

Browse files
committed
ORC-2106: Add Build Status table of all live branches to README.md
### What changes were proposed in this pull request? This PR aims to add `Build Status` table of all live branches to `README.md`. ### Why are the changes needed? To improve the visibility of all live release branches. ### How was this patch tested? Check the PR branch. - https://github.com/dongjoon-hyun/orc/tree/ORC-2106 <img width="370" height="382" alt="Screenshot 2026-02-22 at 21 02 28" src="https://github.com/user-attachments/assets/b61922ca-6c63-4943-87f2-eaf1caa4365b" /> ### Was this patch authored or co-authored using generative AI tooling? Generated-by: `Gemini 3.1 Pro (High)` on `Antigravity` Closes #2549 from dongjoon-hyun/ORC-2106. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent 133562b commit 0ab2bb6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,14 @@ Releases:
2727

2828
The current build status:
2929

30-
* Main branch [![main build status](https://github.com/apache/orc/actions/workflows/build_and_test.yml/badge.svg?branch=main)](https://github.com/apache/orc/actions/workflows/build_and_test.yml?query=branch%3Amain)
30+
| Branch | Build Status |
31+
| :--- | :--- |
32+
| main | [![main build status](https://github.com/apache/orc/actions/workflows/build_and_test.yml/badge.svg?branch=main)](https://github.com/apache/orc/actions/workflows/build_and_test.yml?query=branch%3Amain) |
33+
| branch-2.3 | [![branch-2.3 build status](https://github.com/apache/orc/actions/workflows/build_and_test.yml/badge.svg?branch=branch-2.3)](https://github.com/apache/orc/actions/workflows/build_and_test.yml?query=branch%3Abranch-2.3) |
34+
| branch-2.2 | [![branch-2.2 build status](https://github.com/apache/orc/actions/workflows/build_and_test.yml/badge.svg?branch=branch-2.2)](https://github.com/apache/orc/actions/workflows/build_and_test.yml?query=branch%3Abranch-2.2) |
35+
| branch-2.1 | [![branch-2.1 build status](https://github.com/apache/orc/actions/workflows/build_and_test.yml/badge.svg?branch=branch-2.1)](https://github.com/apache/orc/actions/workflows/build_and_test.yml?query=branch%3Abranch-2.1) |
36+
| branch-2.0 | [![branch-2.0 build status](https://github.com/apache/orc/actions/workflows/build_and_test.yml/badge.svg?branch=branch-2.0)](https://github.com/apache/orc/actions/workflows/build_and_test.yml?query=branch%3Abranch-2.0) |
37+
| branch-1.9 | [![branch-1.9 build status](https://github.com/apache/orc/actions/workflows/build_and_test.yml/badge.svg?branch=branch-1.9)](https://github.com/apache/orc/actions/workflows/build_and_test.yml?query=branch%3Abranch-1.9) |
3138

3239
Bug tracking: [Apache Jira](https://orc.apache.org/bugs)
3340

0 commit comments

Comments
 (0)