We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7de318b + 270b333 commit d5485afCopy full SHA for d5485af
2 files changed
README.md
@@ -36,5 +36,5 @@ jobs:
36
runs-on: ubuntu-latest
37
steps:
38
- name: validate pull request title
39
- uses: kontrolplane/pull-request-title-validator@v1
+ uses: kontrolplane/pull-request-title-validator@v1.1.0
40
```
main.go
@@ -40,7 +40,8 @@ func main() {
41
fmt.Printf("commit title type used: %s\n", titleType)
42
fmt.Printf("commit title scope used: %s\n", titleScope)
43
- fmt.Printf("commit title message used: %s\n", titleMessage)
+ fmt.Printf("commit title message used: %s\n\n", titleMessage)
44
+ fmt.Printf("the commit message adheres to the configured standard")
45
}
46
47
func fetchTitle(githubEventPath string) string {
0 commit comments