diff options
author | Paulo Gomes <pjbgf@linux.com> | 2023-10-26 12:14:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-26 12:14:34 +0100 |
commit | 6252084d6fd3173aceeecd6765722ae844ddb266 (patch) | |
tree | 39c6b140ca66176b7d705a2f9560f2ef5f9e481b /.github/workflows | |
parent | 82da3d3a430832f35bf1705e4d1e4e2beeb83564 (diff) | |
parent | 4862643548f115dff8d402faf610e50408458cdf (diff) | |
download | go-git-6252084d6fd3173aceeecd6765722ae844ddb266.tar.gz |
Merge pull request #875 from adityasaky/fix-non-branch-ff-fetch
remote: Flip clause for fast-forward only check
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/pr-validation.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index 04e7046..d7b1150 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -19,7 +19,7 @@ jobs: - name: Check Package Prefix uses: gsactions/commit-message-checker@v2 with: - pattern: '^(\*|plumbing|utils|config|_examples|internal|storage|cli|build): .+' + pattern: '^(\*|git|plumbing|utils|config|_examples|internal|storage|cli|build): .+' error: | Commit message(s) does not align with contribution acceptance criteria. |