← all organisations

nhsbsa / 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 126 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

25%
of live repos run GitHub Actions
32 of 126
16%
have Dependabot configured
the documented dependency policy
92%
have a README
basic discoverability
88%
carry a licence file
MIT is the GDS default

What stands out

25% of the live estate runs GitHub Actions.

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

Jenkins and Travis are archaeology here.

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

78% 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. 11.1k of 14.2k 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 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.

63% of repositories default to main.

63 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: 4747Jenkins (Jenkinsfile)Jenkins (Jenkinsfile): 00Travis CITravis CI: 3232CircleCICircleCI: 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: 116 of 126 (92.1%)92%116/126Licence fileMIT by GDS conventionLicence file: 111 of 126 (88.1%)88%111/126ci.yml workflowthe documented filenameci.yml workflow: 0 of 126 (0.0%)0%0/126.github/dependabot.ymldocumented policy.github/dependabot.yml: 20 of 126 (15.9%)16%20/126CODEOWNERSreview routingCODEOWNERS: 3 of 126 (2.4%)2%3/126PR templatePR template: 25 of 126 (19.8%)20%25/126CONTRIBUTINGCONTRIBUTING: 59 of 126 (46.8%)47%59/126SECURITY.mdvulnerability disclosureSECURITY.md: 3 of 126 (2.4%)2%3/126Code of conductCode of conduct: 5 of 126 (4.0%)4%5/126CHANGELOGCHANGELOG: 83 of 126 (65.9%)66%83/126Architecture decision recordsArchitecture decision records: 0 of 126 (0.0%)0%0/126

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: 5 of 126 (4.0%)4%5/126Docker Composelocal devDocker Compose: 2 of 126 (1.6%)2%2/126Terraform (.tf)Terraform (.tf): 2 of 126 (1.6%)2%2/126Helm chartHelm chart: 0 of 126 (0.0%)0%0/126.editorconfig.editorconfig: 22 of 126 (17.5%)17%22/126.rubocop.ymlRuby repos mostly.rubocop.yml: 0 of 126 (0.0%)0%0/126ESLint configESLint config: 12 of 126 (9.5%)10%12/126spec/ directoryRSpec, the GDS choicespec/ directory: 0 of 126 (0.0%)0%0/126test/ or tests/test/ or tests/: 57 of 126 (45.2%)45%57/126features/ (Cucumber)features/ (Cucumber): 0 of 126 (0.0%)0%0/126

How commits are written

Commit message habits

Out of 122.3k commits across the whole estate.

Merge commitsMerge commits: 14.2k14.2k...of which 'Merge pull request #n'...of which 'Merge pull request #n': 11.1k11.1kReference a ticket (ABC-123)Reference a ticket (ABC-123): 1.2k1.2kConventional Commits (feat:, fix:)Conventional Commits (feat:, fix:): 2.8k2.8kRevertsReverts: 563563

Most-referenced ticket prefixes

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

MESMES: 248248RINRIN: 121121PENPEN: 115115MMMM: 102102PENSPENS: 9696SPRSPR: 5656MCCDBMCCDB: 5050RC1RC1: 4646UTFUTF: 3535RC2RC2: 3333NVPBNVPB: 2727V10V10: 2525TCETCE: 2424RC3RC3: 2323DDTIDDTI: 1818

Default branch

mainmain: 113113mastermaster: 6363developmentdevelopment: 11gh-pagesgh-pages: 11