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:
authorlovetox <philipp@hoerist.com>2022-03-27 16:46:50 +0300
committerlovetox <philipp@hoerist.com>2022-03-27 16:46:50 +0300
commit93bd73bb04c1301d00437737d1654e5ed5f011fd (patch)
tree9fd0c3bf1d2c1e3009e6061b5c02c7f575302632 /.githooks
parent05a09c205c1bbf11160de370a41cb6176d44d098 (diff)
chore: Add ci as allowed commit tag
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]: