diff --git a/.github/workflows/check-pr-title.yml b/.github/workflows/check-pr-title.yml index 4c24da5d04..c8f9445660 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]+: .+"