Skip to content

Choose a tag to compare

@github-actions github-actions released this 26 May 17:37
· 17 commits to main since this release

First stable release of couplingguard.

A free GitHub Action that posts a coupling-risk comment on every PR by
analyzing your repo's git co-change history. Five lines of YAML to
install:

- uses: actions/checkout@v4
  with:
    fetch-depth: 0
- uses: Meru143/couplingguard@v1

See the README for the
full inputs table, GitLab CI setup, and the coupling cheatsheet.