← all organisations

mrc-ide / 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 583 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

31%
of live repos run GitHub Actions
183 of 583
0%
have Dependabot configured
the documented dependency policy
88%
have a README
basic discoverability
57%
carry a licence file
MIT is the GDS default

What stands out

31% of the live estate runs GitHub Actions.

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

Jenkins and Travis are archaeology here.

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

63% 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. 9k of 14.3k 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 0% 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 31 characters.

61% of repositories default to main.

231 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: 189189Jenkins (Jenkinsfile)Jenkins (Jenkinsfile): 00Travis CITravis CI: 3737CircleCICircleCI: 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: 511 of 583 (87.7%)88%511/583Licence fileMIT by GDS conventionLicence file: 332 of 583 (56.9%)57%332/583ci.yml workflowthe documented filenameci.yml workflow: 3 of 583 (0.5%)1%3/583.github/dependabot.ymldocumented policy.github/dependabot.yml: 0 of 583 (0.0%)0%0/583CODEOWNERSreview routingCODEOWNERS: 1 of 583 (0.2%)0%1/583PR templatePR template: 6 of 583 (1.0%)1%6/583CONTRIBUTINGCONTRIBUTING: 3 of 583 (0.5%)1%3/583SECURITY.mdvulnerability disclosureSECURITY.md: 0 of 583 (0.0%)0%0/583Code of conductCode of conduct: 2 of 583 (0.3%)0%2/583CHANGELOGCHANGELOG: 1 of 583 (0.2%)0%1/583Architecture decision recordsArchitecture decision records: 0 of 583 (0.0%)0%0/583

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: 61 of 583 (10.5%)10%61/583Docker Composelocal devDocker Compose: 8 of 583 (1.4%)1%8/583Terraform (.tf)Terraform (.tf): 0 of 583 (0.0%)0%0/583Helm chartHelm chart: 0 of 583 (0.0%)0%0/583.editorconfig.editorconfig: 4 of 583 (0.7%)1%4/583.rubocop.ymlRuby repos mostly.rubocop.yml: 0 of 583 (0.0%)0%0/583ESLint configESLint config: 2 of 583 (0.3%)0%2/583spec/ directoryRSpec, the GDS choicespec/ directory: 0 of 583 (0.0%)0%0/583test/ or tests/test/ or tests/: 195 of 583 (33.4%)33%195/583features/ (Cucumber)features/ (Cucumber): 0 of 583 (0.0%)0%0/583

How commits are written

Commit message habits

Out of 103.5k commits across the whole estate.

Merge commitsMerge commits: 14.3k14.3k...of which 'Merge pull request #n'...of which 'Merge pull request #n': 9k9kReference a ticket (ABC-123)Reference a ticket (ABC-123): 2525Conventional Commits (feat:, fix:)Conventional Commits (feat:, fix:): 858858RevertsReverts: 436436

Most-referenced ticket prefixes

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

SIMSIM: 88MRCMRC: 55PTPT: 33COVIDCOVID: 22ISOISO: 22REACTREACT: 22GPLGPL: 11SARSSARS: 11IRR1IRR1: 11

Default branch

mainmain: 360360mastermaster: 231231devdev: 11sourcesource: 11main-zafmain-zaf: 11mrc-branchmrc-branch: 11