Skip to content

release.tag-matches-revision

What It Checks

Checks tag CI context against board revision.

When It Fires

Fires when GITHUB_REF_TYPE=tag and GITHUB_REF_NAME does not match the revision.

Configuration Example

version: 1
rules:
  release.tag-matches-revision:
    enabled: true
    severity: high

JSON Finding Details Shape

{ revision, tag }

Report Context

Use this finding to decide whether the design package is ready for review, fabrication, or release. BoardReadyOps reports the condition and leaves design edits to the owning workflow.