diff --git a/sbin/gh_manage_labels b/sbin/gh_manage_labels index 6dd116d5..a7f1b2bd 100755 --- a/sbin/gh_manage_labels +++ b/sbin/gh_manage_labels @@ -53,7 +53,7 @@ labels=( "Linked SOCRATES|#16d0cb|This PR is linked to a MetOffice/socrates PR" "Linked Mule|#00ffff|This PR is linked to a MetOffice/mule PR" "Linked Shumlib|#0080ff|This PR is linked to a MetOffice/shumlib PR" - "Linked Jedi|#839e75|This PR is linked to a Jedi PR - this will be managed by the DA team" + "Linked Jedi|#839e75|This PR is linked to a Jedi PR - managed by the DA team" "KGO|#9c27b0|This PR contains changes to KGO" "macro|#aaf0d1|This PR contains a metadata upgrade macro" "Accessibility|#1c96b9|Problems with the accessibility of the documentation" @@ -61,6 +61,7 @@ labels=( "cla-required|#b60205|The CLA has not yet been signed by the author of this PR - added by GA" "cla-signed|#0052cc|The CLA has been signed as part of this PR - added by GA" "optimisation|#DB4DFF|This PR adds optimisations or edits OpenMP code" + "code-upload|#e4e669|Code upload request via Issues for academic peer review" ) # -- Add labels in relevant repositories