-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
cfg/.github/workflows/forge.yml
Lines 22 to 24 in 0732993
| - name: Lint commits | |
| if: github.event_name == 'pull_request' | |
| run: npx commitlint --from ${{ github.event.pull_request.head.sha }}~${{ github.event.pull_request.commits }} --to ${{ github.event.pull_request.head.sha }} --verbose |
We want the check, but we don't want it to block merging a PR. See this thread for more information: https://neovici.slack.com/archives/C6LJQMJFM/p1760089351783999
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request