Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

utils: merkletrie, Fix diff on sparse-checkout index. Fixes #1406 to releases/v5.x #1336

utils: merkletrie, Fix diff on sparse-checkout index. Fixes #1406 to releases/v5.x

utils: merkletrie, Fix diff on sparse-checkout index. Fixes #1406 to releases/v5.x #1336

Workflow file for this run

name: 'PR Validation'
on:
pull_request:
types:
- opened
- edited
- reopened
- synchronize
permissions:
contents: read
jobs:
check-commit-message:
name: Check Commit Messages
runs-on: ubuntu-latest
steps:
- name: Check Package Prefix
uses: gsactions/commit-message-checker@v2
with:
pattern: '^(\*|docs|git|plumbing|utils|config|_examples|internal|storage|cli|build): .+'
error: |
Commit message(s) does not align with contribution acceptance criteria.
Refer to https://github.com/go-git/go-git/blob/master/CONTRIBUTING.md#format-of-the-commit-message for more information.
excludeDescription: 'true'
excludeTitle: 'true'
checkAllCommitMessages: 'true'
accessToken: ${{ secrets.GITHUB_TOKEN }}
Morty Proxy This is a proxified and sanitized view of the page, visit original site.