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:
parent
2b9bf6deba
commit
3b15834e8d
8
.github/workflows/check-pr-title.yml
vendored
Normal file
8
.github/workflows/check-pr-title.yml
vendored
Normal 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]+: .+"
|
Loading…
Reference in New Issue
Block a user