From 255f1d83ac0a3fa76f338faa58c70c1369c2f0e9 Mon Sep 17 00:00:00 2001 From: James Bruten <109733895+james-bruten-mo@users.noreply.github.com> Date: Mon, 9 Feb 2026 10:47:16 +0000 Subject: [PATCH 1/2] add opt label --- sbin/gh_manage_labels | 1 + 1 file changed, 1 insertion(+) diff --git a/sbin/gh_manage_labels b/sbin/gh_manage_labels index 15d78b72..01761ad7 100755 --- a/sbin/gh_manage_labels +++ b/sbin/gh_manage_labels @@ -59,6 +59,7 @@ labels=( "Discussion|#FBCA04|Issues that require some formal discussion" "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" ) # -- Add labels in relevant repositories From 668ee1f3a1db636d0a83c62871038acb1360f07f Mon Sep 17 00:00:00 2001 From: James Bruten <109733895+james-bruten-mo@users.noreply.github.com> Date: Mon, 9 Feb 2026 11:05:38 +0000 Subject: [PATCH 2/2] add jedi label --- sbin/gh_manage_labels | 1 + 1 file changed, 1 insertion(+) diff --git a/sbin/gh_manage_labels b/sbin/gh_manage_labels index 01761ad7..2c568b4f 100755 --- a/sbin/gh_manage_labels +++ b/sbin/gh_manage_labels @@ -53,6 +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" "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"