commit
47101896c8
|
@ -0,0 +1,6 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
|
@ -1,4 +1,4 @@
|
|||
# docs: https://github.com/probot/semantic-pull-requests#configuration
|
||||
# Always validate the PR title AND all the commits
|
||||
titleAndCommits: true
|
||||
allowMergeCommits: true
|
||||
allowMergeCommits: true
|
||||
|
|
|
@ -13,4 +13,4 @@ tracing-subscriber = "0.2.15"
|
|||
|
||||
[dev-dependencies]
|
||||
lazy_static = "1.4.0"
|
||||
regex = "1.4.3"
|
||||
regex = "1.4.3"
|
||||
|
|
Loading…
Reference in New Issue