From 9930359210e9329b156cc0ce37f6b014ed025d21 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Fri, 24 Nov 2023 17:03:12 +0100 Subject: [PATCH] CI: Fix PR title script (#9366) --- .github/workflows/check-pr-title.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check-pr-title.yml b/.github/workflows/check-pr-title.yml index 4c24da5d0..c8f944566 100644 --- a/.github/workflows/check-pr-title.yml +++ b/.github/workflows/check-pr-title.yml @@ -2,7 +2,8 @@ name: Check pull request title on: [pull_request] jobs: main: + runs-on: ubuntu-latest steps: - uses: Slashgear/action-check-pr-title@v4.3.0 with: - regexp: "(Desktop|Mobile|All|Cli|Tools|Chore|Clipper|Server|Android|iOS|Plugins): (Fixes|Resolves) #[0-9]+: .+" + regexp: "(Desktop|Mobile|All|Cli|Tools|Chore|Clipper|Server|Android|iOS|Plugins|CI|Plugin Repo|Doc): (Fixes|Resolves) #[0-9]+: .+"