1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-18 09:35:20 +02:00
joplin/.github/workflows/check-pr-title.yml

10 lines
310 B
YAML
Raw Normal View History

2023-11-24 15:55:52 +02:00
name: Check pull request title
on: [pull_request]
jobs:
main:
2023-11-24 18:03:12 +02:00
runs-on: ubuntu-latest
2023-11-24 15:55:52 +02:00
steps:
- uses: Slashgear/action-check-pr-title@v4.3.0
with:
2023-11-24 18:03:12 +02:00
regexp: "(Desktop|Mobile|All|Cli|Tools|Chore|Clipper|Server|Android|iOS|Plugins|CI|Plugin Repo|Doc): (Fixes|Resolves) #[0-9]+: .+"