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
"