Skip to content

Commit bcbf0ec

Browse files
committed
DOC/MINOR: update README with new links
1 parent 5c99573 commit bcbf0ec

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
![check-commit; golangci-lint](https://github.com/haproxytech/github-actions/actions/workflows/main.yml/badge.svg)
2-
3-
# GitHub Action: Check commit subject is compliant with HAProxy guidelines
1+
# Check if commit subject is compliant with HAProxy guidelines
42

53
This action checks that the commit subject is compliant with the [patch classifying rules](https://github.com/haproxy/haproxy/blob/master/CONTRIBUTING#L632) of HAProxy contribution guidelines. Also it does minimal check for a meaningful message in the commit subject: no less than 20 characters and at least 3 words.
64

@@ -27,7 +25,7 @@ BUILD/MINOR: Add path-rewrite annotation
2725
```
2826
bug: fix set-var parsing bug in config-parser
2927
```
30-
- Short commit message
28+
- Short commit message
3129
```
3230
BUG/MEDIUM: fix set-var
3331
```
@@ -46,7 +44,7 @@ None.
4644
```yaml
4745
steps:
4846
- name: check-commit
49-
uses: docker://haproxytech/check-commit:TAG
47+
uses: docker://ghcr.io/haproxytech/commit-check:TAG
5048
env:
5149
API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5250
```

0 commit comments

Comments
 (0)