summaryrefslogtreecommitdiff
path: root/.gitlab-image-tags.yml
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@igalia.com>2023-02-16 00:30:15 -0300
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2023-02-24 00:22:19 +0000
commit5586511446a9988af7b5e19b61c151b5d1111691 (patch)
treeacc629bcc3a1473ca846c3c0283983ef2b2fc27b /.gitlab-image-tags.yml
parentfb076db1b2a48f7e07bc851c4d4f72a3d269a109 (diff)
downloadgstreamer-5586511446a9988af7b5e19b61c151b5d1111691.tar.gz
ci: Add a job to verify commit messages on MRs
This uses [gitlint] and is based on their linting rules with some minor config so it matches our style pretty well. [gitlint]: https://jorisroovers.com/gitlint/#configuration Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3980>
Diffstat (limited to '.gitlab-image-tags.yml')
-rw-r--r--.gitlab-image-tags.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-image-tags.yml b/.gitlab-image-tags.yml
index c627be701c..e8f6420e24 100644
--- a/.gitlab-image-tags.yml
+++ b/.gitlab-image-tags.yml
@@ -7,4 +7,5 @@ variables:
###
FEDORA_TAG: '2022-12-10.0'
INDENT_TAG: '2022-03-07.1'
+ LINT_TAG: '2023-02-16.5'
WINDOWS_TAG: '2023-01-26.0'