1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

CI: Fix PR title script (#9366)

This commit is contained in:
Laurent Cozic 2023-11-24 17:03:12 +01:00 committed by GitHub
parent 84cc1576a8
commit 9930359210
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,8 @@ name: Check pull request title
on: [pull_request] on: [pull_request]
jobs: jobs:
main: main:
runs-on: ubuntu-latest
steps: steps:
- uses: Slashgear/action-check-pr-title@v4.3.0 - uses: Slashgear/action-check-pr-title@v4.3.0
with: 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]+: .+"