From 8b7a318e6b864c1016d9235d2ae1a1e5a650bafd Mon Sep 17 00:00:00 2001 From: argocd-image-updater Date: Sat, 18 Nov 2023 11:50:25 +0000 Subject: [PATCH 1/3] [CI SKIP] automatic update of journal-application updates image mollre/journal-bot tag '1.0.56' to '1.0.57' --- deployment/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/kustomization.yaml b/deployment/kustomization.yaml index 15425e4..67acd20 100644 --- a/deployment/kustomization.yaml +++ b/deployment/kustomization.yaml @@ -6,4 +6,4 @@ resources: - ./sealedsecret.yaml images: - name: mollre/journal-bot - newTag: 1.0.56 + newTag: 1.0.57 From 724b17c4b7f72b6ab90e3f273c988fba9ec92840 Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Sat, 18 Nov 2023 12:59:03 +0100 Subject: [PATCH 2/3] broadened regex --- bot/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/models.py b/bot/models.py index 6894243..b771058 100644 --- a/bot/models.py +++ b/bot/models.py @@ -69,7 +69,7 @@ class JournalEntry(BaseModel): "(" "(((?<=(\.|\!|\?)\s)[A-Z])|(^[A-Z]))" # beginning of a sentence "([^\.\!\?])+" # any character being part of a sentence - "\:\)" # the smiley + "((\:\))|😇|😈)" # the smiley "([^\.\!\?])*" # continuation of sentence "(\.|\!|\?|\,|$)" # end of the sentence ")" From ec87c6751c61866c4908db20328c6781b39d07a6 Mon Sep 17 00:00:00 2001 From: argocd-image-updater Date: Sat, 18 Nov 2023 12:00:35 +0000 Subject: [PATCH 3/3] [CI SKIP] automatic update of journal-application updates image mollre/journal-bot tag '1.0.57' to '1.0.58' --- deployment/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/kustomization.yaml b/deployment/kustomization.yaml index 67acd20..a3f5aec 100644 --- a/deployment/kustomization.yaml +++ b/deployment/kustomization.yaml @@ -6,4 +6,4 @@ resources: - ./sealedsecret.yaml images: - name: mollre/journal-bot - newTag: 1.0.57 + newTag: 1.0.58