From 0de4abe1b09c5e18c068027dc1fac5c20e34a2e1 Mon Sep 17 00:00:00 2001 From: Chris McArthur Date: Mon, 15 Mar 2021 20:32:27 -0400 Subject: [PATCH] playing with legend notes --- internal/main.go | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/internal/main.go b/internal/main.go index a66203f20f..c48662cd26 100644 --- a/internal/main.go +++ b/internal/main.go @@ -98,13 +98,14 @@ func Run(token string, dryRun bool) error { #### :world_map: Legend -Icon | Description | Notes ---|--|-- -:new: | Adding a recipe which does not yet exist | -:arrow_up: | Version bump | _closely_ matches the label -:memo: | Modification to an existing recipe | -:green_book: | Documentation change | matches the label -:warning: | The merge commit status does **not** indicate success | only displayed when ready to merge` + +:new: - Adding a recipe which does not yet exist +:arrow_up: - Version bump [1] +:memo: - Modification to an existing recipe +:green_book: - Documentation change [1] +:warning: - The merge commit status does **not** indicate success [2] + +[1]: _closely_ matches the label +[2]: (only displayed when ready to merge)` + format.UnderReview(retval) + format.ReadyToMerge(retval) + format.Statistics(stats) + "\n\n
Raw JSON data\n\n```json\n" + string(bytes) + "\n```\n\n
"