mirror of
https://github.com/laurent22/joplin.git
synced 2025-02-01 19:15:01 +02:00
9 lines
264 B
YAML
9 lines
264 B
YAML
name: Check pull request title
|
|
on: [pull_request]
|
|
jobs:
|
|
main:
|
|
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]+: .+"
|