Tools: Check pull request titles

pull/9366/head
Laurent Cozic 2023-11-24 14:55:52 +01:00
parent 2b9bf6deba
commit 3b15834e8d
1 changed files with 8 additions and 0 deletions

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]+: .+"