From e175b6c4ab462e9d78875bb78d9c666045596541 Mon Sep 17 00:00:00 2001 From: Yaswant Pradhan <2984440+yaswant@users.noreply.github.com> Date: Mon, 22 Jun 2026 16:42:39 +0100 Subject: [PATCH 1/3] Add code-upload label --- sbin/gh_manage_labels | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 From 53443f55baea93dba9312b3b7a5570ac227501b5 Mon Sep 17 00:00:00 2001 From: Yaswant Pradhan <2984440+yaswant@users.noreply.github.com> Date: Tue, 30 Jun 2026 02:47:08 +0100 Subject: [PATCH 2/3] Add new labels for breaking changes, bugfixes, features, documentation, etc --- sbin/gh_manage_labels | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/sbin/gh_manage_labels b/sbin/gh_manage_labels index a7f1b2bd..14442521 100755 --- a/sbin/gh_manage_labels +++ b/sbin/gh_manage_labels @@ -62,6 +62,15 @@ labels=( "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" + "breaking-change|#e11d21|Critical infrastructure changes, breaking adjustments, or API removals" + "bugfix|#d73a4a|Code corrections or hotfixes resolving functional issues" + "feature|#0e8a16|New functionality or enhancements to existing features" + "science|#5319e7|Domain-specific mathematical changes or model updates" + "technical|#f9d0c4|Deep algorithmic optimizations or background logic shifts" + "documentation|#0075ca|Updates or additions to user guides, manuals, or inline comments" + "performance|#c2e0c6|Direct speed execution metrics or runtime improvements" + "optimization|#fef2c0|Memory, storage, or other resource optimizations" + "refactor|#d4c5f9|Code restructuring without altering external behavior" ) # -- Add labels in relevant repositories From b5ac9fbfc96048a4e810c7bfe428b03258a7173f Mon Sep 17 00:00:00 2001 From: Yaswant Pradhan <2984440+yaswant@users.noreply.github.com> Date: Tue, 30 Jun 2026 03:29:24 +0100 Subject: [PATCH 3/3] Add 'ignore-changelog' label to exclude changes from changelogs or release notes --- sbin/gh_manage_labels | 1 + 1 file changed, 1 insertion(+) diff --git a/sbin/gh_manage_labels b/sbin/gh_manage_labels index 14442521..e0de8724 100755 --- a/sbin/gh_manage_labels +++ b/sbin/gh_manage_labels @@ -71,6 +71,7 @@ labels=( "performance|#c2e0c6|Direct speed execution metrics or runtime improvements" "optimization|#fef2c0|Memory, storage, or other resource optimizations" "refactor|#d4c5f9|Code restructuring without altering external behavior" + "ignore-changelog|#fef2c0|Changes should be ignored in changelogs or release notes" ) # -- Add labels in relevant repositories