Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion sbin/gh_manage_labels
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,25 @@ 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"
"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"
"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"
"ignore-changelog|#fef2c0|Changes should be ignored in changelogs or release notes"
)

# -- Add labels in relevant repositories
Expand Down
Loading