← all organisations

ONSdigital / 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 451 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

48%
of live repos run GitHub Actions
217 of 451
10%
have Dependabot configured
the documented dependency policy
98%
have a README
basic discoverability
70%
carry a licence file
MIT is the GDS default

What stands out

48% of the live estate runs GitHub Actions.

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

Jenkins and Travis are archaeology here.

93 repositories carry a Jenkinsfile and 207 a .travis.yml, but among live repositories that falls to 5 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.

42% 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. 44k of 103.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 2.3% of commits use the feat:/fix: prefix convention, against 6% 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 38 characters.

35% of repositories default to main.

741 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: 298298Jenkins (Jenkinsfile)Jenkins (Jenkinsfile): 9393Travis CITravis CI: 207207CircleCICircleCI: 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: 444 of 451 (98.4%)98%444/451Licence fileMIT by GDS conventionLicence file: 315 of 451 (69.8%)70%315/451ci.yml workflowthe documented filenameci.yml workflow: 60 of 451 (13.3%)13%60/451.github/dependabot.ymldocumented policy.github/dependabot.yml: 47 of 451 (10.4%)10%47/451CODEOWNERSreview routingCODEOWNERS: 380 of 451 (84.3%)84%380/451PR templatePR template: 251 of 451 (55.7%)56%251/451CONTRIBUTINGCONTRIBUTING: 130 of 451 (28.8%)29%130/451SECURITY.mdvulnerability disclosureSECURITY.md: 36 of 451 (8.0%)8%36/451Code of conductCode of conduct: 19 of 451 (4.2%)4%19/451CHANGELOGCHANGELOG: 43 of 451 (9.5%)10%43/451Architecture decision recordsArchitecture decision records: 1 of 451 (0.2%)0%1/451

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: 117 of 451 (25.9%)26%117/451Docker Composelocal devDocker Compose: 31 of 451 (6.9%)7%31/451Terraform (.tf)Terraform (.tf): 9 of 451 (2.0%)2%9/451Helm chartHelm chart: 0 of 451 (0.0%)0%0/451.editorconfig.editorconfig: 45 of 451 (10.0%)10%45/451.rubocop.ymlRuby repos mostly.rubocop.yml: 0 of 451 (0.0%)0%0/451ESLint configESLint config: 20 of 451 (4.4%)4%20/451spec/ directoryRSpec, the GDS choicespec/ directory: 1 of 451 (0.2%)0%1/451test/ or tests/test/ or tests/: 114 of 451 (25.3%)25%114/451features/ (Cucumber)features/ (Cucumber): 39 of 451 (8.6%)9%39/451

How commits are written

Commit message habits

Out of 549.8k commits across the whole estate.

Merge commitsMerge commits: 103.8k103.8k...of which 'Merge pull request #n'...of which 'Merge pull request #n': 44k44kReference a ticket (ABC-123)Reference a ticket (ABC-123): 30.8k30.8kConventional Commits (feat:, fix:)Conventional Commits (feat:, fix:): 12.9k12.9kRevertsReverts: 3.2k3.2k

Most-referenced ticket prefixes

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

CTPACTPA: 9.4k9.4kCRCR: 4.8k4.8kEAREAR: 2.5k2.5kBLAIS5BLAIS5: 1.7k1.7kSOCINTSOCINT: 1.6k1.6kCISDPCISDP: 1.2k1.2kFWMTFWMT: 1.2k1.2kONSONS: 1.1k1.1kCMSCMS: 1.1k1.1kRDRPRDRP: 491491PADSPPADSP: 474474RASRAS: 403403SPPSPP: 400400LULU: 391391REGREG: 369369

Default branch

mastermaster: 741741mainmain: 509509developdevelop: 187187gh-pagesgh-pages: 44cmd-developcmd-develop: 22devdev: 22