Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lint-pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Loading