← all organisations

cabinetoffice / 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 92 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

47%
of live repos run GitHub Actions
43 of 92
21%
have Dependabot configured
the documented dependency policy
93%
have a README
basic discoverability
62%
carry a licence file
MIT is the GDS default

What stands out

47% of the live estate runs GitHub Actions.

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

Jenkins and Travis are archaeology here.

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

72% 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. 9.7k of 13.5k 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 14% 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.

63% of repositories default to main.

29 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: 4949Jenkins (Jenkinsfile)Jenkins (Jenkinsfile): 00Travis CITravis CI: 33CircleCICircleCI: 1111

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: 86 of 92 (93.5%)93%86/92Licence fileMIT by GDS conventionLicence file: 57 of 92 (62.0%)62%57/92ci.yml workflowthe documented filenameci.yml workflow: 0 of 92 (0.0%)0%0/92.github/dependabot.ymldocumented policy.github/dependabot.yml: 19 of 92 (20.7%)21%19/92CODEOWNERSreview routingCODEOWNERS: 8 of 92 (8.7%)9%8/92PR templatePR template: 8 of 92 (8.7%)9%8/92CONTRIBUTINGCONTRIBUTING: 5 of 92 (5.4%)5%5/92SECURITY.mdvulnerability disclosureSECURITY.md: 3 of 92 (3.3%)3%3/92Code of conductCode of conduct: 2 of 92 (2.2%)2%2/92CHANGELOGCHANGELOG: 6 of 92 (6.5%)7%6/92Architecture decision recordsArchitecture decision records: 0 of 92 (0.0%)0%0/92

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: 33 of 92 (35.9%)36%33/92Docker Composelocal devDocker Compose: 18 of 92 (19.6%)20%18/92Terraform (.tf)Terraform (.tf): 6 of 92 (6.5%)7%6/92Helm chartHelm chart: 0 of 92 (0.0%)0%0/92.editorconfig.editorconfig: 3 of 92 (3.3%)3%3/92.rubocop.ymlRuby repos mostly.rubocop.yml: 6 of 92 (6.5%)7%6/92ESLint configESLint config: 12 of 92 (13.0%)13%12/92spec/ directoryRSpec, the GDS choicespec/ directory: 10 of 92 (10.9%)11%10/92test/ or tests/test/ or tests/: 16 of 92 (17.4%)17%16/92features/ (Cucumber)features/ (Cucumber): 0 of 92 (0.0%)0%0/92

How commits are written

Commit message habits

Out of 63.6k commits across the whole estate.

Merge commitsMerge commits: 13.5k13.5k...of which 'Merge pull request #n'...of which 'Merge pull request #n': 9.7k9.7kReference a ticket (ABC-123)Reference a ticket (ABC-123): 9k9kConventional Commits (feat:, fix:)Conventional Commits (feat:, fix:): 830830RevertsReverts: 406406

Most-referenced ticket prefixes

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

DPDP: 2.8k2.8kGPGGPG: 2k2kGAPGAP: 1.4k1.4kTMI2TMI2: 879879CDPDELCDPDEL: 405405FCFC: 394394EHDEHD: 278278NTRNLNTRNL: 251251PAWS2PAWS2: 151151FMFM: 119119DHDH: 113113TDTD: 9999ENGENG: 5252FGPFGP: 3232LSSLSS: 2323

Default branch

mainmain: 7272mastermaster: 2929developdevelop: 1414