Skip to content

Commit

Permalink
Tools: Check pull request titles
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 committed Nov 24, 2023
1 parent 2b9bf6d commit 3b15834
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/check-pr-title.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Check pull request title
on: [pull_request]
jobs:
main:
steps:
- uses: Slashgear/[email protected]
with:
regexp: "(Desktop|Mobile|All|Cli|Tools|Chore|Clipper|Server|Android|iOS|Plugins): (Fixes|Resolves) #[0-9]+: .+"

0 comments on commit 3b15834

Please sign in to comment.