From 0a18c855fd43110671ad1faa2335e102b4bb8a72 Mon Sep 17 00:00:00 2001 From: Donatas Abraitis Date: Tue, 7 Feb 2023 21:55:31 +0200 Subject: [PATCH] tools: Revalidate commits when PR is updated Trigger GH action also if labeled, unlabeled. Signed-off-by: Donatas Abraitis --- .github/workflows/commitlint.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index a91c6174aa..8ed60aee3b 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -5,6 +5,9 @@ on: types: - opened - reopened + - synchronize + - labeled + - unlabeled jobs: lint: -- 2.39.5