From b450ef6e680d880fee53ec570518a4f7b029afb6 Mon Sep 17 00:00:00 2001 From: Ben Hodgson Date: Mon, 15 Jun 2026 20:42:48 +0100 Subject: [PATCH 1/2] chore(ci): Update PR title lint action to use main branch Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/lint-pr-title.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-pr-title.yml b/.github/workflows/lint-pr-title.yml index 7df5ee7..09b0c63 100644 --- a/.github/workflows/lint-pr-title.yml +++ b/.github/workflows/lint-pr-title.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v4 - name: Lint PR Title - uses: benhodgson87/conventional-pull-request-action@v2 + uses: benhodgson87/conventional-pull-request-action@main env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: From 8183cf577bf2802768be64f694a3fa15261b9977 Mon Sep 17 00:00:00 2001 From: Ben Hodgson Date: Mon, 15 Jun 2026 20:43:15 +0100 Subject: [PATCH 2/2] docs: Update AGENTS.md to reflect @main lint workflow Co-Authored-By: Claude Sonnet 4.6 --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 74ff8a3..30fe258 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -73,4 +73,4 @@ npm run build This repo uses conventional commits. PR titles are linted by the action itself (see `.github/workflows/lint-pr-title.yml`), using the root-level `commitlint.rules.js` for custom rules. -The lint workflow run in CI pins to the published release (`@v2`), not the local source. Changes to `src/` will not be reflected in that check until a new release is cut. +The lint workflow runs against `@main`, so it always uses the latest code on the main branch.