Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
[ux] moving legend and changing formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-chrismc authored Feb 19, 2021
1 parent 4dbefb2 commit 5a8ed9e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,14 @@ PR | By | Recipe | Reviews | :stop_sign: Blockers | :star2: Approvers
- No reviews and commited to in the last 24hrs
- No labels with exception to "bump version" and "docs"
#### Legend
:new: - adding a recipe which does not yet exist
:arrow_up: - a version bump (matches the label)
:memo: - modification to an existing recipe
:green_book: - a documentation change (matches the label)
:warning: - the merge commit status does **not** indicate success (only displayed when ready to merge)
### :nerd_face: Please Review!
There are **` + fmt.Sprint(stats.Review) + `** pull requests currently under way :eyes:
Expand All @@ -162,14 +170,6 @@ PR | By | Recipe | Reviews | :stop_sign: Blockers | :star2: Approvers
:---: | --- | --- | :---: | --- | ---
` + formatPullRequestToMarkdownRows(retval, false) + ready + `
> #### Legend
> :new: - adding a recipe which does not exist
> :arrow_up: - a version bump (matches the label)
> :memo: - modification to an existing recipe
> :green_book: - a documentation change (matches the label)
> ##### Merge Specific
> :warning: - the status does **not** indicate success
#### :bar_chart: Statistics
> :warning: These are just rough metrics counthing the labels and may not reflect the acutal state of pull requests
Expand Down

0 comments on commit 5a8ed9e

Please sign in to comment.