Skip to content

Commit

Permalink
Some more description
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrizic committed Mar 2, 2024
1 parent 9461167 commit 52cb1e7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# GitHub Action that creates a deployment overview page

This action uses the GitHub API to read various information from the repositories and creates a deployment overview page.
The page is exported as JSON and Markdown. The markdown file can be published as .github/profile/README.md, because
this page is display on the organization main page. The following information is collected:

* The latest release and a list of last releases for each repository
* The commits that have been done since the last release, this is basically the upcoming changelog once the release is done
* The pull requests that are open
* The latest release that have been deployed to the various environments.
* The actions that are waiting for an approval.

## Sample output

| Repository | Commits | PRs | Latest Release | [dev](https://dev-yasm.prodyna.com) | [staging](https://dev-yasm.prodyna.com) | [prod](https://yasm.prodyna.com) |
Expand Down

0 comments on commit 52cb1e7

Please sign in to comment.