Skip to content
BETAGuardrails are in beta. The library, the configuration format and the CLI command can still change.

Guardrails / git

Commits reference a work item

git/work-item-reference@v1

Every commit in the build range, or the branch it is on, names the change record it belongs to.

Idgit/work-item-reference
Versionv1
Categorygit
Default severitywarning
Interpreterpython3
Timeout30 seconds
Violations tolerated0
Collectsgit

Collectors

This guardrail gathers nothing itself. It depends on the collectors below, which the CLI runs once per build before any check, and reads what they found out of GUARDRAIL_FACTS. A collector that collects nothing skips this guardrail rather than failing it.

CollectorGathersInputs it is given
gitThe repository, HEAD, the remotes, and every commit between the base ref and HEAD with its message, author, parents and the files the range changed.baseRef

The inputs above are this guardrail's own, passed straight through. Configuring one in buildnote.json changes what is collected, and two guardrails configured the same way share the one collection.

Configuration

json
{
  "guardrails": {
      "failOn": "error",
      "comment": true,
      "checks": [
          {
              "use": "git/work-item-reference@v1",
              "severity": "warning",
              "with": {
                  "baseRef": "origin/main",
                  "pattern": "[A-Z][A-Z0-9]+-[0-9]+",
                  "allowBranch": "true"
              },
              "exemptions": []
          }
      ]
  }
}

Inputs

InputDescriptionDefaultEnvironment variable
baseRefRef the range starts at. The commits checked are <baseRef>..HEAD.origin/mainGUARDRAIL_INPUT_BASEREF
patternRegular expression a work item reference matches. The default is the Jira key shape; use #[0-9]+ for GitHub issues.[A-Z][A-Z0-9]+-[0-9]+GUARDRAIL_INPUT_PATTERN
allowBranchWhether a reference in the branch name covers every commit on it.trueGUARDRAIL_INPUT_ALLOWBRANCH

How to fix

Put the ticket key in the commit subject or body, or in the branch name:

feat(ledger): round half to even on settlement

Refs: ACME-1423

An auditor testing change management samples production changes and asks to see the approved record behind each one. A commit nobody can join to a record is the finding, whatever the record says.

More in git

  • git/author-identity-domain. Every commit in the build range was authored and committed by an address on a domain the organisation controls.
  • git/changed-files-budget. The build range changes few enough files that a reviewer can hold the whole change in their head.
  • git/conventional-commits. Every commit message in the build range follows the Conventional Commits specification: the subject line, the blank line before the body, and the BREAKING CHANGE footer.
  • git/no-merge-commits. The build range contains no merge commits.
  • git/no-wip-commits. The build range carries no commit that says it was never meant to be merged.

All 6 git guardrails

Buildnote Limited
Registered in England and Wales, Reg: 16140412