← all organisations

bbc / 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 925 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

13%
of live repos run GitHub Actions
122 of 925
4%
have Dependabot configured
the documented dependency policy
94%
have a README
basic discoverability
63%
carry a licence file
MIT is the GDS default

What stands out

13% of the live estate runs GitHub Actions.

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

Jenkins and Travis are archaeology here.

24 repositories carry a Jenkinsfile and 173 a .travis.yml, but among live repositories that falls to 22 and 161 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.

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

Conventional Commits never took hold.

Only 1.3% of commits use the feat:/fix: prefix convention, against 2% 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.

17% of repositories default to main.

770 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: 128128Jenkins (Jenkinsfile)Jenkins (Jenkinsfile): 2424Travis CITravis CI: 173173CircleCICircleCI: 1616

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: 874 of 925 (94.5%)94%874/925Licence fileMIT by GDS conventionLicence file: 580 of 925 (62.7%)63%580/925ci.yml workflowthe documented filenameci.yml workflow: 17 of 925 (1.8%)2%17/925.github/dependabot.ymldocumented policy.github/dependabot.yml: 33 of 925 (3.6%)4%33/925CODEOWNERSreview routingCODEOWNERS: 32 of 925 (3.5%)3%32/925PR templatePR template: 70 of 925 (7.6%)8%70/925CONTRIBUTINGCONTRIBUTING: 107 of 925 (11.6%)12%107/925SECURITY.mdvulnerability disclosureSECURITY.md: 20 of 925 (2.2%)2%20/925Code of conductCode of conduct: 35 of 925 (3.8%)4%35/925CHANGELOGCHANGELOG: 123 of 925 (13.3%)13%123/925Architecture decision recordsArchitecture decision records: 15 of 925 (1.6%)2%15/925

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: 97 of 925 (10.5%)10%97/925Docker Composelocal devDocker Compose: 26 of 925 (2.8%)3%26/925Terraform (.tf)Terraform (.tf): 7 of 925 (0.8%)1%7/925Helm chartHelm chart: 1 of 925 (0.1%)0%1/925.editorconfig.editorconfig: 51 of 925 (5.5%)6%51/925.rubocop.ymlRuby repos mostly.rubocop.yml: 7 of 925 (0.8%)1%7/925ESLint configESLint config: 86 of 925 (9.3%)9%86/925spec/ directoryRSpec, the GDS choicespec/ directory: 67 of 925 (7.2%)7%67/925test/ or tests/test/ or tests/: 305 of 925 (33.0%)33%305/925features/ (Cucumber)features/ (Cucumber): 11 of 925 (1.2%)1%11/925

How commits are written

Commit message habits

Out of 4.1m commits across the whole estate.

Merge commitsMerge commits: 435.6k435.6k...of which 'Merge pull request #n'...of which 'Merge pull request #n': 105.5k105.5kReference a ticket (ABC-123)Reference a ticket (ABC-123): 74.9k74.9kConventional Commits (feat:, fix:)Conventional Commits (feat:, fix:): 51.7k51.7kRevertsReverts: 60.2k60.2k

Most-referenced ticket prefixes

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

SOLRSOLR: 24.7k24.7kLUCENELUCENE: 18.5k18.5kWSTEAM1WSTEAM1: 5.3k5.3kWSWS: 5k5kWSTEAMAWSTEAMA: 4.4k4.4kZENZEN: 3.5k3.5kFLUMEFLUME: 1.9k1.9kJENKINSJENKINS: 1.6k1.6kCGPRODCGPROD: 849849UXUX: 689689UTFUTF: 574574HTTPCOREHTTPCORE: 507507SVGSVG: 384384SOFSOF: 364364SOFIESOFIE: 312312

Default branch

mastermaster: 770770mainmain: 165165developdevelop: 66gh-pagesgh-pages: 44latestlatest: 44stablestable: 22