feat: add overview of Apache Commons workflows#701
Conversation
This PR adds a `REPOSITORIES.md` documentation file that holds a summary table of the status of four selected GitHub Actions workflows for each Commons repository: - Java CI - CodeQL - Scorecards - Dependency Review This gives a simple way to check whether all the workflows are currently passing.
|
Hi @ppkarwasz WDYT about making the columns in this table and https://commons.apache.org/ match? For example, seeing the latest version on https://commons.apache.org/ is pretty nice. Why not just put this table in the README.md? |
|
LGTM. Adding the latest version in a column would be nice. |
I added the current version badge and slightly refactored the table.
You regenerate |
Sounds good. |
|
Very nice. Sad to see Math failing; I cannot take ownership of the others though. The Math project may require some fixed seeds in the 'random' tests to increase its build stability as it fails a lot. |
As discussed in apache/commons-parent#701, this change adds a list to the `REPOSITORIES.md` file at the end of each `README.md` file.
|
I modified the template for the |
As discussed in apache/commons-parent#701, this change adds a list to the `REPOSITORIES.md` file at the end of each `README.md` file.
|
In the future, please squash PR commits. |
|
Oops, I didn't pay attention to the button I was pressing: I am used to Log4j, where the “Squash” button is the only choice. We could disable “Merge” and “Rebase” in this repo too. |
This PR adds a
REPOSITORIES.mddocumentation file that holds a summary table of the status of four selected GitHub Actions workflows for each Commons repository:This gives a simple way to check whether all the workflows are currently passing.