← all organisations

hmrc / 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 1,505 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

0%
of live repos run GitHub Actions
6 of 1505
1%
have Dependabot configured
the documented dependency policy
99%
have a README
basic discoverability
98%
carry a licence file
MIT is the GDS default

What stands out

0% of the live estate runs GitHub Actions.

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

Jenkins and Travis are archaeology here.

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

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

Conventional Commits never took hold.

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

93% of repositories default to main.

119 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: 77Jenkins (Jenkinsfile)Jenkins (Jenkinsfile): 3030Travis CITravis CI: 8686CircleCICircleCI: 22

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: 1494 of 1505 (99.3%)99%1494/1505Licence fileMIT by GDS conventionLicence file: 1482 of 1505 (98.5%)98%1482/1505ci.yml workflowthe documented filenameci.yml workflow: 1 of 1505 (0.1%)0%1/1505.github/dependabot.ymldocumented policy.github/dependabot.yml: 9 of 1505 (0.6%)1%9/1505CODEOWNERSreview routingCODEOWNERS: 4 of 1505 (0.3%)0%4/1505PR templatePR template: 99 of 1505 (6.6%)7%99/1505CONTRIBUTINGCONTRIBUTING: 18 of 1505 (1.2%)1%18/1505SECURITY.mdvulnerability disclosureSECURITY.md: 1 of 1505 (0.1%)0%1/1505Code of conductCode of conduct: 5 of 1505 (0.3%)0%5/1505CHANGELOGCHANGELOG: 27 of 1505 (1.8%)2%27/1505Architecture decision recordsArchitecture decision records: 8 of 1505 (0.5%)1%8/1505

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: 70 of 1505 (4.7%)5%70/1505Docker Composelocal devDocker Compose: 8 of 1505 (0.5%)1%8/1505Terraform (.tf)Terraform (.tf): 10 of 1505 (0.7%)1%10/1505Helm chartHelm chart: 0 of 1505 (0.0%)0%0/1505.editorconfig.editorconfig: 13 of 1505 (0.9%)1%13/1505.rubocop.ymlRuby repos mostly.rubocop.yml: 1 of 1505 (0.1%)0%1/1505ESLint configESLint config: 10 of 1505 (0.7%)1%10/1505spec/ directoryRSpec, the GDS choicespec/ directory: 2 of 1505 (0.1%)0%2/1505test/ or tests/test/ or tests/: 1041 of 1505 (69.2%)69%1041/1505features/ (Cucumber)features/ (Cucumber): 0 of 1505 (0.0%)0%0/1505

How commits are written

Commit message habits

Out of 978.9k commits across the whole estate.

Merge commitsMerge commits: 188.1k188.1k...of which 'Merge pull request #n'...of which 'Merge pull request #n': 131.2k131.2kReference a ticket (ABC-123)Reference a ticket (ABC-123): 534.6k534.6kConventional Commits (feat:, fix:)Conventional Commits (feat:, fix:): 7.6k7.6kRevertsReverts: 4.2k4.2k

Most-referenced ticket prefixes

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

PODSPODS: 26.6k26.6kMTDSAMTDSA: 19.6k19.6kCTCPCTCP: 16.7k16.7kDLSDLS: 16.5k16.5kDTRDTR: 16.3k16.3kDLDL: 16k16kAPBAPB: 15.3k15.3kAPISAPIS: 13.1k13.1kSASSSASS: 12.8k12.8kDDCEDDCE: 12.7k12.7kBDOGBDOG: 12.3k12.3kDAC6DAC6: 11.3k11.3kDDCNLDDCNL: 11k11kCEDSCEDS: 10.9k10.9kTRUSTRUS: 10.6k10.6k

Default branch

mainmain: 1.7k1.7kmastermaster: 119119gh-pagesgh-pages: 11