← all organisations

NaturalHistoryMuseum / Practices

Continuous integration, dependency management, testing and commit discipline, measured from the repositories themselves.

Every claim here is measured against the file tree at HEAD and the commit history, for the 178 live repositories with real history. Archived repositories are excluded from the scorecards: judging a 2013 prototype against a 2026 standard tells you nothing useful.

Practice at a glance

23%
of live repos run GitHub Actions
41 of 178
0%
have Dependabot configured
the documented dependency policy
91%
have a README
basic discoverability
44%
carry a licence file
MIT is the GDS default

What stands out

23% of the live estate runs GitHub Actions.

RFC-123 made GitHub Actions the preferred CI platform, and the file system agrees: 41 of 178 live repositories carry a workflow.

Jenkins and Travis are archaeology here.

0 repositories carry a Jenkinsfile and 21 a .travis.yml, but among live repositories that falls to 0 and 13 respectively. GOV.UK does still run Jenkins for deployment where the manual says platform integration requires it - that machinery simply is not in these public repositories.

18% of merge commits came through the GitHub PR button.

The manual is explicit: merge via the GitHub UI so the PR number lands in the merge commit. 4k of 21.8k merge commits carry that signature, which is unusually high discipline for an estate this old and this large.

Conventional Commits never took hold.

Only 3.6% of commits use the feat:/fix: prefix convention, against 1% that reference a ticket identifier. GOV.UK's manual does not mandate Conventional Commits, and the history shows a house style of plain-English subjects averaging 33 characters.

40% of repositories default to main.

111 still default to master - almost entirely archived repositories frozen before the 2020 rename became standard.

Continuous integration

CI platform, whole estate

Counted across all repositories with history, including archived ones, so the historical platforms are visible.

GitHub ActionsGitHub Actions: 4343Jenkins (Jenkinsfile)Jenkins (Jenkinsfile): 00Travis CITravis CI: 2121CircleCICircleCI: 11

Repository hygiene

Community health and documented conventions

Live repositories only. Bars are coloured by adoption: green above 75%, yellow above 45%, pink above 20%, red below.

READMEREADME: 162 of 178 (91.0%)91%162/178Licence fileMIT by GDS conventionLicence file: 79 of 178 (44.4%)44%79/178ci.yml workflowthe documented filenameci.yml workflow: 0 of 178 (0.0%)0%0/178.github/dependabot.ymldocumented policy.github/dependabot.yml: 0 of 178 (0.0%)0%0/178CODEOWNERSreview routingCODEOWNERS: 0 of 178 (0.0%)0%0/178PR templatePR template: 26 of 178 (14.6%)15%26/178CONTRIBUTINGCONTRIBUTING: 27 of 178 (15.2%)15%27/178SECURITY.mdvulnerability disclosureSECURITY.md: 2 of 178 (1.1%)1%2/178Code of conductCode of conduct: 28 of 178 (15.7%)16%28/178CHANGELOGCHANGELOG: 49 of 178 (27.5%)28%49/178Architecture decision recordsArchitecture decision records: 0 of 178 (0.0%)0%0/178

Tooling and testing

Build, container and test tooling

Live repositories only. Language-specific items are naturally capped by the share of repositories in that language.

DockerfileDockerfile: 36 of 178 (20.2%)20%36/178Docker Composelocal devDocker Compose: 28 of 178 (15.7%)16%28/178Terraform (.tf)Terraform (.tf): 0 of 178 (0.0%)0%0/178Helm chartHelm chart: 0 of 178 (0.0%)0%0/178.editorconfig.editorconfig: 5 of 178 (2.8%)3%5/178.rubocop.ymlRuby repos mostly.rubocop.yml: 1 of 178 (0.6%)1%1/178ESLint configESLint config: 5 of 178 (2.8%)3%5/178spec/ directoryRSpec, the GDS choicespec/ directory: 2 of 178 (1.1%)1%2/178test/ or tests/test/ or tests/: 41 of 178 (23.0%)23%41/178features/ (Cucumber)features/ (Cucumber): 0 of 178 (0.0%)0%0/178

How commits are written

Commit message habits

Out of 115.8k commits across the whole estate.

Merge commitsMerge commits: 21.8k21.8k...of which 'Merge pull request #n'...of which 'Merge pull request #n': 4k4kReference a ticket (ABC-123)Reference a ticket (ABC-123): 882882Conventional Commits (feat:, fix:)Conventional Commits (feat:, fix:): 4.2k4.2kRevertsReverts: 307307

Most-referenced ticket prefixes

The trace of the issue trackers GDS has used over fifteen years.

TWTW: 752752UTFUTF: 5858CORECORE: 1313SASA: 88QOLQOL: 77PEPPEP: 77ISOISO: 77DRUPALDRUPAL: 66EANEAN: 44BSBS: 44CVECVE: 33ISBNISBN: 22UTCUTC: 22RSSRSS: 11GHSAGHSA: 11

Default branch

mastermaster: 111111mainmain: 7575gh-pagesgh-pages: 22developmentdevelopment: 11