← all organisations

nationalarchives / 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 326 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

58%
of live repos run GitHub Actions
189 of 326
21%
have Dependabot configured
the documented dependency policy
90%
have a README
basic discoverability
48%
carry a licence file
MIT is the GDS default

What stands out

58% of the live estate runs GitHub Actions.

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

Jenkins and Travis are archaeology here.

9 repositories carry a Jenkinsfile and 21 a .travis.yml, but among live repositories that falls to 0 and 14 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.

71% 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. 67.5k of 94.4k merge commits carry that signature, which is unusually high discipline for an estate this old and this large.

Conventional Commits never took hold.

Only 5.3% of commits use the feat:/fix: prefix convention, against 13% 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 37 characters.

53% of repositories default to main.

192 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: 263263Jenkins (Jenkinsfile)Jenkins (Jenkinsfile): 99Travis CITravis CI: 2121CircleCICircleCI: 00

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: 295 of 326 (90.5%)90%295/326Licence fileMIT by GDS conventionLicence file: 156 of 326 (47.9%)48%156/326ci.yml workflowthe documented filenameci.yml workflow: 17 of 326 (5.2%)5%17/326.github/dependabot.ymldocumented policy.github/dependabot.yml: 68 of 326 (20.9%)21%68/326CODEOWNERSreview routingCODEOWNERS: 17 of 326 (5.2%)5%17/326PR templatePR template: 6 of 326 (1.8%)2%6/326CONTRIBUTINGCONTRIBUTING: 13 of 326 (4.0%)4%13/326SECURITY.mdvulnerability disclosureSECURITY.md: 0 of 326 (0.0%)0%0/326Code of conductCode of conduct: 2 of 326 (0.6%)1%2/326CHANGELOGCHANGELOG: 28 of 326 (8.6%)9%28/326Architecture decision recordsArchitecture decision records: 3 of 326 (0.9%)1%3/326

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: 61 of 326 (18.7%)19%61/326Docker Composelocal devDocker Compose: 35 of 326 (10.7%)11%35/326Terraform (.tf)Terraform (.tf): 51 of 326 (15.6%)16%51/326Helm chartHelm chart: 0 of 326 (0.0%)0%0/326.editorconfig.editorconfig: 13 of 326 (4.0%)4%13/326.rubocop.ymlRuby repos mostly.rubocop.yml: 0 of 326 (0.0%)0%0/326ESLint configESLint config: 8 of 326 (2.5%)2%8/326spec/ directoryRSpec, the GDS choicespec/ directory: 0 of 326 (0.0%)0%0/326test/ or tests/test/ or tests/: 75 of 326 (23.0%)23%75/326features/ (Cucumber)features/ (Cucumber): 0 of 326 (0.0%)0%0/326

How commits are written

Commit message habits

Out of 312.1k commits across the whole estate.

Merge commitsMerge commits: 94.4k94.4k...of which 'Merge pull request #n'...of which 'Merge pull request #n': 67.5k67.5kReference a ticket (ABC-123)Reference a ticket (ABC-123): 40.1k40.1kConventional Commits (feat:, fix:)Conventional Commits (feat:, fix:): 16.7k16.7kRevertsReverts: 838838

Most-referenced ticket prefixes

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

PDIPDI: 12.4k12.4kBACKLOGBACKLOG: 3.9k3.9kSPSP: 3.1k3.1kTDRDTDRD: 2.8k2.8kTDRTDR: 2.7k2.7kDR2DR2: 2.3k2.3kFCLFCL: 1.9k1.9kFINDFIND: 1.3k1.3kDFDF: 1.3k1.3kLNILNI: 1.2k1.2kPACTPACT: 926926DTEDTE: 764764UNUN: 754754AYRAYR: 669669HERITAGEHERITAGE: 594594

Default branch

mainmain: 322322mastermaster: 192192developdevelop: 7171devdev: 1717proof-of-conceptproof-of-concept: 55livelive: 11