Merge branch 'main' of ssh://git.kluster.moll.re:2222/remoll/journal-bot
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
commit
f235b27916
@ -69,7 +69,7 @@ class JournalEntry(BaseModel):
|
|||||||
"("
|
"("
|
||||||
"(((?<=(\.|\!|\?)\s)[A-Z])|(^[A-Z]))" # beginning of a sentence
|
"(((?<=(\.|\!|\?)\s)[A-Z])|(^[A-Z]))" # beginning of a sentence
|
||||||
"([^\.\!\?])+" # any character being part of a sentence
|
"([^\.\!\?])+" # any character being part of a sentence
|
||||||
"\:\)" # the smiley
|
"((\:\))|😇|😈)" # the smiley
|
||||||
"([^\.\!\?])*" # continuation of sentence
|
"([^\.\!\?])*" # continuation of sentence
|
||||||
"(\.|\!|\?|\,|$)" # end of the sentence
|
"(\.|\!|\?|\,|$)" # end of the sentence
|
||||||
")"
|
")"
|
||||||
|
@ -6,4 +6,4 @@ resources:
|
|||||||
- ./sealedsecret.yaml
|
- ./sealedsecret.yaml
|
||||||
images:
|
images:
|
||||||
- name: mollre/journal-bot
|
- name: mollre/journal-bot
|
||||||
newTag: 1.0.56
|
newTag: 1.0.58
|
||||||
|
Loading…
x
Reference in New Issue
Block a user