Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.githooks')
-rwxr-xr-x.githooks/update2
1 files changed, 1 insertions, 1 deletions
diff --git a/.githooks/update b/.githooks/update
index 8e29fceed..64ff8d057 100755
--- a/.githooks/update
+++ b/.githooks/update
@@ -4,7 +4,7 @@ import sys
import subprocess
-ALLOWED_TAGS = ['feat', 'fix', 'perf', 'refactor', 'chore', 'other']
+ALLOWED_TAGS = ['ci', 'feat', 'fix', 'perf', 'refactor', 'chore', 'other']
def parse_args() -> tuple[str, str]: