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

Tools: Check pull request titles

This commit is contained in:
Laurent Cozic 2023-11-24 14:55:52 +01:00
parent 2b9bf6deba
commit 3b15834e8d

8
.github/workflows/check-pr-title.yml vendored Normal file
View File

@ -0,0 +1,8 @@
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]+: .+"